-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Allow
${workspaceFolder}
in vala.languageServerPath
configu…
…ration The predefined VSCode variables [1] are not automatically substituted for configuration options. The Vala extension must do the substitution to allow the Vala language server to be relative to the workspace folder. This patch is a simplified version of the substitution in the Rust extension [2]. [1]: https://code.visualstudio.com/docs/editor/variables-reference#_predefined-variables [2]: https://github.com/rust-lang/rust-analyzer/blob/884dd8c966e29d48bd9f8e5f22440cd238aa7cf1/editors/code/src/config.ts#L399 Signed-off-by: Casper Meijn <[email protected]> Signed-off-by: Princeton Ferro <[email protected]>
- Loading branch information
1 parent
c773625
commit f526ecf
Showing
4 changed files
with
34 additions
and
18 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,14 +1,17 @@ | ||
# Changelog | ||
|
||
## 1.0.4 | ||
- Updated grammars | ||
|
||
## 1.0.3 | ||
- Add option to start server in debug mode | ||
- Add option for server to fail on critical messages | ||
|
||
## 1.0.2 | ||
- Support latest GVLS | ||
|
||
## 1.0.0 | ||
- Initial release | ||
# Changelog | ||
|
||
## 1.1.0 | ||
- Allow `${workspaceFolder}` in `vala.languageServerPath` configuration | ||
|
||
## 1.0.4 | ||
- Updated grammars | ||
|
||
## 1.0.3 | ||
- Add option to start server in debug mode | ||
- Add option for server to fail on critical messages | ||
|
||
## 1.0.2 | ||
- Support latest GVLS | ||
|
||
## 1.0.0 | ||
- Initial release |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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