-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update npm package dependencies, in order to support the latest versi…
…on of the Language Server Protocol (#3) * * build fixes * + added a config option for tracing the communication between the client and the language server * * ran 'npm audit fix' * * update some npm packages * * upgraded the vscode-languageclient dependency to the latest version * * fixed plugin crash on language server startup, due to API change after the version upgrade of vscode-languageclient * * replaced vsmarketplacebadge.apphb.com with vsmarketplacebadges.dev as suggested by: https://code.visualstudio.com/api/references/extension-manifest#approved-badges Without this, 'nimble vsix' doesn't work * * bump compiler dependency to 1.6.16 version (the latest stable Nim in the 1.6.x series) * * updated build instructions for newer Nim compilers (adds a workaround for the fact that the `nim` package no longer provides the nimsuggest sources)
- Loading branch information
Showing
8 changed files
with
3,118 additions
and
1,585 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
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
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 |
---|---|---|
|
@@ -6,4 +6,4 @@ | |
|
||
define:nimsuggest | ||
define:nodejs | ||
define:js | ||
#define:js |
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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