Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a60102 commit 82ff95cCopy full SHA for 82ff95c
1 file changed
.devcontainer/devcontainer.json
@@ -35,7 +35,11 @@
35
"r.interpreterPath": "/usr/local/bin/R",
36
"r.debugger.timeouts.startup": 8000,
37
"editor.wordWrap": "on",
38
- "editor.tabSize": 2
+ "editor.tabSize": 2,
39
+ "path-autocomplete.pathMappings": {
40
+ "/": "/",
41
+ "./": "${folder}"
42
+ }
43
},
44
45
// Add the IDs of extensions you want installed when the container is created.
0 commit comments