chore(lsprotocol): migrate to 2025.0.0 and cleanup artifacts

The changes align the project with the 2025.0.0 lsprotocol
release, removing the old backport and updating type hints
in the protocol hooks to use Sequence where appropriate. The
dist-info and packaging metadata for older lsprotocol
versions are replaced with the new 2025.0.0 artifacts.

- Remove exceptiongroup backport used on Python <3.11
- Use Sequence instead of List in LS protocol hooks
- Replace old dist-info with 2025.0.0 metadata
This commit is contained in:
Christoph Brandau
2026-09-03 08:39:12 +02:00
parent a0a0d38fe5
commit 53ebc5d055
101 changed files with 13838 additions and 7624 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
MACHINE
MACHINE Default
EVENT dummy_event_start
{
UI_LABEL "------------SAMSON UDES------------"
+8 -1
View File
@@ -68,6 +68,13 @@ proc SERVICE_ask_ude_tool {pos ude_name tool_name} {
return 0
}
proc MOM_dummy_event_start {} {
global mom_new_item
global mom_new_item_end
#Put your UDE Handler Tcl here
}
#_________________________________________________________________________________________________
# <Documentation>
# Ask UDE Info for the Operation
@@ -116,4 +123,4 @@ LIB_GE_command_buffer_edit_replace MOM_end_of_program_LIB END_OF_PROGRAM @END_OF
} EndOfProgramRewind
SERVICE_remove_file "test"
SERVICE_remove_file "test"