This is an automated email from the ASF dual-hosted git repository.
sdedic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
The following commit(s) were added to refs/heads/master by this push:
new 238d636b6b Default value of userdir set to local.
new da7a0d5854 Merge pull request #4289 from
sdedic/vscode/default-userdir-local
238d636b6b is described below
commit 238d636b6bef97ecc80c178e5f5c3f4fcf549c83
Author: Svata Dedic <[email protected]>
AuthorDate: Tue Jun 28 09:03:16 2022 +0200
Default value of userdir set to local.
---
java/java.lsp.server/vscode/package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/java.lsp.server/vscode/package.json
b/java/java.lsp.server/vscode/package.json
index 54be2ad281..07d30aa6b7 100644
--- a/java/java.lsp.server/vscode/package.json
+++ b/java/java.lsp.server/vscode/package.json
@@ -113,7 +113,7 @@
"Share data between all
workspaces (more effective)",
"Each workspace has its own
data (more isolated)"
],
- "default": "global"
+ "default": "local"
},
"netbeans.conflict.check": {
"type": "boolean",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists