-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b36a86b
commit 41b64ca
Showing
2 changed files
with
37 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
{ | ||
"name": "vscode-does-it-throw-client", | ||
"description": "VSCode part of a language server", | ||
"author": "Microsoft Corporation", | ||
"license": "MIT", | ||
"version": "0.1.6", | ||
"publisher": "vscode", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Microsoft/vscode-extension-samples" | ||
}, | ||
"engines": { | ||
"vscode": "^1.75.0" | ||
}, | ||
"dependencies": { | ||
"vscode-languageclient": "^9.0.1" | ||
}, | ||
"devDependencies": { | ||
"@types/vscode": "^1.85.0", | ||
"@vscode/test-electron": "^2.2.3" | ||
} | ||
"name": "vscode-does-it-throw-client", | ||
"description": "VSCode part of a language server", | ||
"author": "Microsoft Corporation", | ||
"license": "MIT", | ||
"version": "0.1.6", | ||
"publisher": "vscode", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Microsoft/vscode-extension-samples" | ||
}, | ||
"engines": { | ||
"vscode": "^1.75.0" | ||
}, | ||
"dependencies": { | ||
"vscode-languageclient": "^9.0.1" | ||
}, | ||
"devDependencies": { | ||
"@types/vscode": "^1.85.0", | ||
"@vscode/test-electron": "^2.2.3" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
{ | ||
"name": "vscode-does-it-throw-server", | ||
"description": "Example implementation of a language server in node.", | ||
"version": "0.1.6", | ||
"author": "Microsoft Corporation", | ||
"license": "MIT", | ||
"engines": { | ||
"node": "*" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Microsoft/vscode-extension-samples" | ||
}, | ||
"dependencies": { | ||
"vscode-languageserver": "^9.0.1", | ||
"vscode-languageserver-textdocument": "^1.0.8" | ||
}, | ||
"scripts": {} | ||
"name": "vscode-does-it-throw-server", | ||
"description": "Example implementation of a language server in node.", | ||
"version": "0.1.6", | ||
"author": "Microsoft Corporation", | ||
"license": "MIT", | ||
"engines": { | ||
"node": "*" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Microsoft/vscode-extension-samples" | ||
}, | ||
"dependencies": { | ||
"vscode-languageserver": "^9.0.1", | ||
"vscode-languageserver-textdocument": "^1.0.8" | ||
}, | ||
"scripts": {} | ||
} |