29 lines
646 B
JSON
29 lines
646 B
JSON
{
|
|
"chat.modeFilesLocations": {
|
|
"chatmodes": true
|
|
},
|
|
"chat.promptFilesLocations": {
|
|
"prompts": true
|
|
},
|
|
"chat.instructionsFilesLocations": {
|
|
"instructions": true
|
|
},
|
|
"files.eol": "\n",
|
|
"files.insertFinalNewline": true,
|
|
"files.trimTrailingWhitespace": true,
|
|
"[markdown]": {
|
|
"files.trimTrailingWhitespace": false,
|
|
"editor.formatOnSave": true
|
|
},
|
|
"editor.rulers": [
|
|
100
|
|
],
|
|
"files.associations": {
|
|
"*.chatmode.md": "markdown",
|
|
"*.instructions.md": "markdown",
|
|
"*.prompt.md": "markdown"
|
|
},
|
|
"python-envs.defaultEnvManager": "ms-python.python:system",
|
|
"python-envs.pythonProjects": []
|
|
}
|