12 lines
158 B
Plaintext
12 lines
158 B
Plaintext
|
|
{
|
||
|
|
"folders": [
|
||
|
|
{
|
||
|
|
"path": "."
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"settings": {
|
||
|
|
"terminal.integrated.env.linux": {
|
||
|
|
"PATH": "/home/nobara/.node/node24/bin:${env:PATH}"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|