test rust lsp

This commit is contained in:
2025-09-07 07:18:18 +02:00
parent a8bf55882e
commit 7a3e3ae9f7
330 changed files with 1714 additions and 70094 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"private": true,
"name": "server",
"displayName": "Native Language Server",
"version": "0.1.0",
"author": "Microsoft Corporation",
"license": "MIT",
"scripts": {
"build": "cargo build --release --target x86_64-pc-windows-gnu"
}
}