Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 82ff95c

Browse files
authored
add recommended path autocomplete settings
1 parent 6a60102 commit 82ff95c

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,11 @@
3535
"r.interpreterPath": "/usr/local/bin/R",
3636
"r.debugger.timeouts.startup": 8000,
3737
"editor.wordWrap": "on",
38-
"editor.tabSize": 2
38+
"editor.tabSize": 2,
39+
"path-autocomplete.pathMappings": {
40+
"/": "/",
41+
"./": "${folder}"
42+
}
3943
},
4044

4145
// Add the IDs of extensions you want installed when the container is created.

0 commit comments

Comments
 (0)