copilot-api / .vscode /settings.json
imspsycho's picture
Initial upload from Google Colab
780d695 verified
raw
history blame contribute delete
194 Bytes
{
"deno.enable": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit",
"source.organizeImports": "never"
},
"typescript.tsdk": "node_modules/typescript/lib"
}