-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.json
100 lines (100 loc) · 3.28 KB
/
settings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"workbench.iconTheme": "material-icon-theme",
"terminal.integrated.fontFamily": "MesloLGS NF",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
},
"files.autoSave": "afterDelay",
"prettier.tabWidth": 2,
"code-runner.executorMapByFileExtension": {
".vb": "cd $dir && vbc /nologo $fileName && $dir$fileNameWithoutExt",
".vbs": "cscript //Nologo",
".scala": "scala",
".jl": "julia",
".cr": "crystal",
".ml": "ocaml",
".exs": "elixir",
".hx": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
".rkt": "racket",
".scm": "csi -script",
".ahk": "autohotkey",
".au3": "autoit3",
".kt": "cd $dir && kotlinc $fileName -include-runtime -d $fileNameWithoutExt.jar && java -jar $fileNameWithoutExt.jar",
".kts": "kotlinc -script",
".dart": "dart",
".pas": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
".pp": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
".d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
".hs": "runhaskell",
".nim": "nim compile --verbosity:0 --hints:off --run",
".csproj": "dotnet run --project",
".fsproj": "dotnet run --project",
".lisp": "sbcl --script",
".kit": "kitc --run",
".v": "v run",
".vsh": "v run",
".sass": "sass --style expanded",
".cu": "cd $dir && nvcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
".ring": "ring"
},
"code-runner.languageIdToFileExtensionMap": {
"bat": ".bat",
"powershell": ".ps1",
"typescript": ".ts"
},
"code-runner.runInTerminal": true,
"eslint.rules.customizations": [],
"files.associations": {
"*.html": "html"
},
"editor.language.brackets": [],
"typescript.updateImportsOnFileMove.enabled": "always",
"notebook.output.textLineLimit": 100,
"[python]": {
"editor.formatOnType": true
},
"editor.stickyScroll.enabled": true,
"editor.stickyTabStops": true,
"sync.gist": "fabbeab57695648c45046179bd943ff3",
"[env]": {
"editor.defaultFormatter": "IronGeek.vscode-env"
},
"[terraform]": {
"editor.defaultFormatter": "hashicorp.terraform",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
}
},
"[groovy]": {
"editor.defaultFormatter": "NicolasVuillamy.vscode-groovy-lint"
},
"javascript.updateImportsOnFileMove.enabled": "always",
"emmet.preferences": {},
"editor.inlineSuggest.enabled": true,
"settingsSync.ignoredExtensions": [],
"settingsSync.keybindingsPerPlatform": false,
"search.followSymlinks": false,
"workbench.colorTheme": "Community Material Theme Darker High Contrast",
"github.copilot.enable": {
"*": true,
"plaintext": false,
"markdown": false,
"scminput": false,
"typescript": true,
"javascript": true,
"terraform": true
},
"CodeGPT.query.language": "Korean",
"CodeGPT.organizationId": "org-R5pvesZIRG1CLxlPey6LoJKp",
"editor.formatOnSave": true,
"json.schemas": [],
"workbench.settings.applyToAllProfiles": [],
"gitlens.views.commitDetails.files.layout": "tree",
"window.zoomLevel": 1,
"editor.accessibilitySupport": "off",
"hediet.vscode-drawio.resizeImages": null,
"[typescript]": {},
"redhat.telemetry.enabled": true
}