no need to save vscode settings as this is built-in vscode now
This commit is contained in:
parent
2a05b8e7e2
commit
5ac5ad61f6
1 changed files with 0 additions and 74 deletions
|
|
@ -1,74 +0,0 @@
|
||||||
{
|
|
||||||
"pasteImage.basePath": "",
|
|
||||||
"explorer.confirmDelete": false,
|
|
||||||
"pasteImage.path": "${projectRoot}/static/images",
|
|
||||||
"pasteImage.namePrefix": "${currentFileNameWithoutExt}-",
|
|
||||||
"pasteImage.insertPattern": "${imageSyntaxPrefix}/images/${imageFileName}${imageSyntaxSuffix}",
|
|
||||||
"pasteImage.defaultName": "e-HH-mm-ss",
|
|
||||||
"cSpell.userWords": [
|
|
||||||
"Barzin",
|
|
||||||
"Viktor",
|
|
||||||
"dataset",
|
|
||||||
"datasets",
|
|
||||||
"overfit",
|
|
||||||
"unigrams",
|
|
||||||
"vectorizer"
|
|
||||||
],
|
|
||||||
"workbench.editor.highlightModifiedTabs": true,
|
|
||||||
"[javascript]": {
|
|
||||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
||||||
},
|
|
||||||
"javascript.updateImportsOnFileMove.enabled": "always",
|
|
||||||
"window.zoomLevel": 0,
|
|
||||||
"editor.minimap.enabled": true,
|
|
||||||
"editor.renderWhitespace": "all",
|
|
||||||
"editor.renderControlCharacters": true,
|
|
||||||
"workbench.activityBar.visible": true,
|
|
||||||
"window.menuBarVisibility": "toggle",
|
|
||||||
"markdown-pdf.breaks": true,
|
|
||||||
"markdown-pdf.displayHeaderFooter": false,
|
|
||||||
"editor.wordWrap": "on",
|
|
||||||
"editor.formatOnSaveTimeout": 5000,
|
|
||||||
"php-cs-fixer.executablePath": "${extensionPath}/php-cs-fixer.phar",
|
|
||||||
"cSpell.enabledLanguageIds": [
|
|
||||||
"asciidoc",
|
|
||||||
"c",
|
|
||||||
"cpp",
|
|
||||||
"csharp",
|
|
||||||
"css",
|
|
||||||
"git-commit",
|
|
||||||
"go",
|
|
||||||
"handlebars",
|
|
||||||
"haskell",
|
|
||||||
"html",
|
|
||||||
"jade",
|
|
||||||
"java",
|
|
||||||
"javascript",
|
|
||||||
"javascriptreact",
|
|
||||||
"json",
|
|
||||||
"jsonc",
|
|
||||||
"latex",
|
|
||||||
"less",
|
|
||||||
"markdown",
|
|
||||||
"php",
|
|
||||||
"plaintext",
|
|
||||||
"pug",
|
|
||||||
"python",
|
|
||||||
"restructuredtext",
|
|
||||||
"rust",
|
|
||||||
"scala",
|
|
||||||
"scss",
|
|
||||||
"text",
|
|
||||||
"typescript",
|
|
||||||
"typescriptreact",
|
|
||||||
"yaml",
|
|
||||||
"yml"
|
|
||||||
],
|
|
||||||
"latex-workshop.view.pdf.viewer": "tab",
|
|
||||||
"files.exclude": {
|
|
||||||
"**/__pycache__": true
|
|
||||||
},
|
|
||||||
"python.jediEnabled": false,
|
|
||||||
"workbench.editor.enablePreview": false,
|
|
||||||
"editor.formatOnSave": true
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue