chokiproai commited on
Commit
f6a09fa
1 Parent(s): c0ff8fe

Delete .vscode

Browse files
Files changed (2) hide show
  1. .vscode/extensions.json +0 -3
  2. .vscode/settings.json +0 -65
.vscode/extensions.json DELETED
@@ -1,3 +0,0 @@
1
- {
2
- "recommendations": ["Vue.volar", "dbaeumer.vscode-eslint"]
3
- }
 
 
 
 
.vscode/settings.json DELETED
@@ -1,65 +0,0 @@
1
- {
2
- "prettier.enable": false,
3
- "editor.formatOnSave": false,
4
- "editor.codeActionsOnSave": {
5
- "source.fixAll.eslint": true
6
- },
7
- "eslint.validate": [
8
- "javascript",
9
- "javascriptreact",
10
- "typescript",
11
- "typescriptreact",
12
- "vue",
13
- "html",
14
- "json",
15
- "jsonc",
16
- "json5",
17
- "yaml",
18
- "yml",
19
- "markdown"
20
- ],
21
- "cSpell.words": [
22
- "antfu",
23
- "axios",
24
- "bumpp",
25
- "chatgpt",
26
- "chenzhaoyu",
27
- "commitlint",
28
- "davinci",
29
- "dockerhub",
30
- "esno",
31
- "GPTAPI",
32
- "highlightjs",
33
- "hljs",
34
- "iconify",
35
- "katex",
36
- "katexmath",
37
- "linkify",
38
- "logprobs",
39
- "mdhljs",
40
- "mila",
41
- "nodata",
42
- "OPENAI",
43
- "pinia",
44
- "Popconfirm",
45
- "rushstack",
46
- "Sider",
47
- "tailwindcss",
48
- "traptitech",
49
- "tsup",
50
- "Typecheck",
51
- "unplugin",
52
- "VITE",
53
- "vueuse",
54
- "Zhao"
55
- ],
56
- "i18n-ally.enabledParsers": [
57
- "ts"
58
- ],
59
- "i18n-ally.sortKeys": true,
60
- "i18n-ally.keepFulfilled": true,
61
- "i18n-ally.localesPaths": [
62
- "src/locales"
63
- ],
64
- "i18n-ally.keystyle": "nested"
65
- }