aboutsummaryrefslogtreecommitdiff
path: root/.vscode/settings.json
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-08-14 20:23:25 -0400
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-08-14 20:23:25 -0400
commit7027ef3ea331c3aecbfb902695d7ed5ff7e9e7cb (patch)
tree5fa97d76687d64db1b2276e87fd203ab897a0924 /.vscode/settings.json
parent7a5a48dca0ac1c170c026d5da244c3ecb9326712 (diff)
downloadtanzanite-7027ef3ea331c3aecbfb902695d7ed5ff7e9e7cb.tar.gz
tanzanite-7027ef3ea331c3aecbfb902695d7ed5ff7e9e7cb.tar.bz2
tanzanite-7027ef3ea331c3aecbfb902695d7ed5ff7e9e7cb.zip
remove better-comments from vscode suggestions
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json62
1 files changed, 3 insertions, 59 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 7e7917f..bf4dd62 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -15,7 +15,9 @@
"search.exclude": {
"**/.yarn": true,
"**/.pnp.*": true,
- "**/node_modules": true
+ "**/node_modules": true,
+ "neu-item-repo": true,
+ "neu-item-repo-dangerous": true
},
"editor.codeActionsOnSave": {
"source.organizeImports": true,
@@ -33,64 +35,6 @@
// "typescript.tsdk": ".yarn/sdks/typescript/lib",
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true,
- "better-comments.highlightPlainText": false,
- "better-comments.multilineComments": true,
- "better-comments.tags": [
- {
- "tag": "!",
- "color": "#FF2D00",
- "strikethrough": false,
- "underline": false,
- "backgroundColor": "transparent",
- "bold": false,
- "italic": false
- },
- {
- "tag": "?",
- "color": "#3498DB",
- "strikethrough": false,
- "underline": false,
- "backgroundColor": "transparent",
- "bold": false,
- "italic": false
- },
- {
- "tag": "todo",
- "color": "#FF8C00",
- "strikethrough": false,
- "underline": false,
- "backgroundColor": "transparent",
- "bold": false,
- "italic": false
- },
- {
- "tag": "@ts-",
- "color": "#f54242",
- "strikethrough": false,
- "underline": false,
- "backgroundColor": "transparent",
- "bold": false,
- "italic": false
- },
- {
- "tag": "eslint-",
- "color": "#f54242",
- "strikethrough": false,
- "underline": false,
- "backgroundColor": "transparent",
- "bold": false,
- "italic": false
- },
- {
- "tag": "~",
- "color": "#474747",
- "strikethrough": true,
- "underline": false,
- "backgroundColor": "transparent",
- "bold": false,
- "italic": false
- }
- ],
"javascript.preferences.importModuleSpecifierEnding": "js",
"typescript.preferences.importModuleSpecifierEnding": "js",
"discord.removeDetails": false,