17 lines
283 B
Plaintext
17 lines
283 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": "."
|
|
}
|
|
],
|
|
"settings": {
|
|
"terminal.integrated.env.linux": {
|
|
"PATH": "/home/nobara/.node/node24/bin:${env:PATH}"
|
|
},
|
|
"[javascript]": {
|
|
"editor.tabSize": 4,
|
|
"editor.insertSpaces": true,
|
|
"editor.maxTokenizationLineLength": 2500
|
|
}
|
|
}
|
|
} |