We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6247ece + a54f014 commit 257521bCopy full SHA for 257521b
2 files changed
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## [2.1.0] - UNRELEASED
4
### Changes
5
+- fix custom path configuration
6
+
7
+## [2.1.0] - v20230606.182718
8
+### Changes
9
- update plugin to cater to LSP4e API changes
10
- cleanup redundant code
11
- don't shutdown language server after some time of inactivity
plugin/src/main/java/io/snyk/languageserver/LsRuntimeEnvironment.java
@@ -74,7 +74,6 @@ String getOs() {
74
}
75
76
public void updateEnvironment(Map<String, String> env) {
77
- addPath(env);
78
addIntegrationInfoToEnv(env);
79
addProxyToEnv(env);
80
addProductEnablement(env);
0 commit comments