dot_files/vscode-settings.json

25 lines
900 B
JSON
Raw Normal View History

2019-10-17 11:09:38 +01:00
{
"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"
],
"workbench.editor.highlightModifiedTabs": true,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"files.autoSave": "afterDelay",
"editor.formatOnSave": true,
"javascript.updateImportsOnFileMove.enabled": "always",
2019-11-08 10:47:36 +00:00
"window.zoomLevel": -1,
2019-10-17 11:09:38 +01:00
"editor.minimap.enabled": true,
"editor.renderWhitespace": "all",
"editor.renderControlCharacters": true,
"workbench.activityBar.visible": true,
"window.menuBarVisibility": "toggle"
}