summaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorLibravatar f0x52 <f0x@cthu.lu>2023-01-25 09:47:55 +0100
committerLibravatar GitHub <noreply@github.com>2023-01-25 09:47:55 +0100
commit27d4e364e04c65a11c2855eaa9a1ffc55eb23239 (patch)
treebbdde6654b6f33278ae378b7dd0345a1edc55a2e /.vscode
parent[chore] remove funky duplicate attachment in testrig (#1379) (diff)
downloadgotosocial-27d4e364e04c65a11c2855eaa9a1ffc55eb23239.tar.xz
[chore] Settings refactor fix4 (#1383)
* fix error handling behavior in emoji overview and FormWithData components * css: long domain cutoff * unused require * eslint vscode task
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index a0304179d..3cbd1993a 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -2,5 +2,8 @@
"go.lintTool":"golangci-lint",
"go.lintFlags": [
"--fast"
- ]
+ ],
+ "eslint.workingDirectories": ["web/source"],
+ "eslint.lintTask.enable": true,
+ "eslint.lintTask.options": "${workspaceFolder}/web/source"
} \ No newline at end of file