vscode: add spell cheker and some settings
This commit is contained in:
parent
bba29fa1ea
commit
a1dd96a68b
1 changed files with 5 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
||||||
fwcd.kotlin
|
fwcd.kotlin
|
||||||
alefragnani.bookmarks
|
alefragnani.bookmarks
|
||||||
tomrijndorp.find-it-faster
|
tomrijndorp.find-it-faster
|
||||||
|
streetsidesoftware.code-spell-checker
|
||||||
];
|
];
|
||||||
userSettings = {
|
userSettings = {
|
||||||
"workbench.colorTheme" = "GitHub Dark Default";
|
"workbench.colorTheme" = "GitHub Dark Default";
|
||||||
|
@ -120,6 +121,10 @@
|
||||||
|
|
||||||
"security.promptForLocalFileProtocolHandling" = false;
|
"security.promptForLocalFileProtocolHandling" = false;
|
||||||
"security.promptForRemoteFileProtocolHandling" = false;
|
"security.promptForRemoteFileProtocolHandling" = false;
|
||||||
|
"markdown-preview-enhanced.previewTheme" = "github-dark.css";
|
||||||
|
"editor.minimap.enabled" = false;
|
||||||
|
"explorer.confirmDelete" = false;
|
||||||
|
"explorer.confirmDragAndDrop" = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue