🔧 updated vscode configurations
This commit is contained in:
parent
47b651be1e
commit
5cb1bf3d50
2 changed files with 72 additions and 81 deletions
1
.vscode/extensions.json
vendored
1
.vscode/extensions.json
vendored
|
@ -3,7 +3,6 @@
|
||||||
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
|
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
|
||||||
// List of extensions which should be recommended for users of this workspace.
|
// List of extensions which should be recommended for users of this workspace.
|
||||||
"recommendations": [
|
"recommendations": [
|
||||||
"2gua.rainbow-brackets",
|
|
||||||
"abrahamwilliam007.es7-javascript-class-snippets",
|
"abrahamwilliam007.es7-javascript-class-snippets",
|
||||||
"christian-kohler.npm-intellisense",
|
"christian-kohler.npm-intellisense",
|
||||||
"christian-kohler.path-intellisense",
|
"christian-kohler.path-intellisense",
|
||||||
|
|
48
.vscode/settings.json
vendored
48
.vscode/settings.json
vendored
|
@ -1,34 +1,26 @@
|
||||||
{
|
{
|
||||||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
"editor.bracketPairColorization.enabled": true,
|
||||||
"editor.wordWrapColumn": 100,
|
|
||||||
"editor.tabSize": 2,
|
|
||||||
"editor.formatOnSave": true,
|
|
||||||
"files.eol": "\n",
|
|
||||||
"prettier.endOfLine": "lf",
|
|
||||||
"prettier.singleQuote": true,
|
|
||||||
"prettier.trailingComma": "es5",
|
|
||||||
"peacock.color": "#369",
|
|
||||||
"editor.codeActionsOnSave": ["source.formatDocument", "source.fixAll.eslint"],
|
"editor.codeActionsOnSave": ["source.formatDocument", "source.fixAll.eslint"],
|
||||||
"cSpell.words": [
|
"editor.cursorBlinking": "phase",
|
||||||
"Controlpanel",
|
"editor.cursorSmoothCaretAnimation": true,
|
||||||
"discordjs",
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||||
"hoster",
|
|
||||||
"pino",
|
|
||||||
"runned",
|
|
||||||
"Sifell",
|
|
||||||
"Timout",
|
|
||||||
"upsert",
|
|
||||||
"uuidv",
|
|
||||||
"Vermium",
|
|
||||||
"Xyter",
|
|
||||||
"Xyter's",
|
|
||||||
"Zyner"
|
|
||||||
],
|
|
||||||
"editor.fontFamily": "Cascadia Code",
|
"editor.fontFamily": "Cascadia Code",
|
||||||
"editor.fontLigatures": true,
|
"editor.fontLigatures": true,
|
||||||
"git.enableCommitSigning": true,
|
"editor.formatOnSave": true,
|
||||||
"typescript.tsdk": "node_modules\\typescript\\lib",
|
"editor.guides.bracketPairs": "active",
|
||||||
"[typescript]": {
|
"editor.minimap.maxColumn": 200,
|
||||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
"editor.minimap.renderCharacters": false,
|
||||||
|
"editor.minimap.showSlider": "always",
|
||||||
|
"editor.tabSize": 2,
|
||||||
|
"editor.wordWrapColumn": 100,
|
||||||
|
"files.eol": "\n",
|
||||||
|
"files.trimTrailingWhitespace": true,
|
||||||
|
"cSpell.customDictionaries": {
|
||||||
|
"custom-dictionary-workspace": {
|
||||||
|
"name": "custom-dictionary-workspace",
|
||||||
|
"path": "${workspaceFolder:xyter}/.cspell/custom-dictionary-workspace.txt",
|
||||||
|
"addWords": true,
|
||||||
|
"scope": "workspace"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue