This is an automated email from the ASF dual-hosted git repository.
thurka pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-vscode.git
The following commit(s) were added to refs/heads/master by this push:
new e70733a path fixed
e70733a is described below
commit e70733a41b1a1911ef4996969b1c38f478b62584
Author: Tomas Hurka <[email protected]>
AuthorDate: Thu Jul 3 08:37:27 2025 +0200
path fixed
---
BUILD.MD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/BUILD.MD b/BUILD.MD
index 304e874..bb8c561 100644
--- a/BUILD.MD
+++ b/BUILD.MD
@@ -155,8 +155,8 @@ So that the vscode can connect to the _standalone NBLS_
instance.
### NBLS userdir locations
The default userdir location is inside the **global** vscode settings location:
-- on Linux:
`~/.config/Code/User/globalStorage//asf.apache-netbeans-java/userdir
-- on MacOS X: ~/Library/Application
Support/Code/User/globalStorage//asf.apache-netbeans-java/userdir
+- on Linux: `~/.config/Code/User/globalStorage/asf.apache-netbeans-java/userdir
+- on MacOS X: ~/Library/Application
Support/Code/User/globalStorage/asf.apache-netbeans-java/userdir
When the environment variable `nbcode_userdir` (to e.g. `/tmp/foo`) is set
when starting vscode or nbcode (npm run nbcode), the userdir will point to
`/tmp/foo/userdir`.
---------------------------------------------------------------------
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