Skip to content

Commit 0afa495

Browse files
committed
update vscode settings
1 parent 6f8fe17 commit 0afa495

File tree

1 file changed

+87
-9
lines changed

1 file changed

+87
-9
lines changed

vscode-settings.json

Lines changed: 87 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"editor.codeLensFontFamily": "Cascadia Code, regular",
55
"editor.fontFamily": "'Cascadia Code', regular",
66
"git.enableSmartCommit": true,
7-
"git.autofetch": true,
7+
"git.autofetch": "all",
88
"explorer.confirmDelete": false,
99
"explorer.confirmDragAndDrop": false,
1010
"terminal.integrated.defaultProfile.windows": "Command Prompt",
@@ -14,32 +14,110 @@
1414
"editor.fontLigatures": true,
1515
"githubPullRequests.createOnPublishBranch": "never",
1616
"code-runner.runInTerminal": true,
17+
"code-runner.saveFileBeforeRun": true,
1718
"debug.onTaskErrors": "showErrors",
18-
"C_Cpp.default.compilerPath": "C:/Users/datmobile/msys2/mingw64/bin/gcc.exe",
19-
"git.confirmSync": false,
19+
"C_Cpp.default.compilerPath": "c:\\msys64\\ucrt64\\bin\\g++.exe",
2020
"git.postCommitCommand": "sync",
2121
"terminal.integrated.enableMultiLinePasteWarning": "never",
2222
"cmake.showOptionsMovedNotification": false,
2323
"cmake.configureOnOpen": true,
2424
"discord.detailsIdling": "doin' nothing",
2525
"discord.largeImageIdling": "high on meth",
2626
"editor.indentSize": "tabSize",
27-
"editor.tabSize": 2,
27+
"editor.tabSize": 4,
2828
"editor.minimap.renderCharacters": false,
2929
"editor.minimap.showSlider": "always",
30-
"editor.fontSize": 15,
30+
"editor.fontSize": 13,
3131
"explorer.confirmPasteNative": false,
3232
"files.autoSave": "afterDelay",
3333
"files.autoSaveDelay": 100,
34-
"doki.sticker.path": "C:/Users/datmobile/Pictures/aryaFumo.png",
35-
"doki.sticker.css": "z-index:100;background-position:100% 100%;background-size: 20vw",
34+
"doki.sticker.path": "C:/Users/longnuub/Pictures/cecilia_1.png",
35+
"doki.sticker.css": "z-index:100;background-position:100% 95%;background-size: 20vw",
3636
"doki.statusbar.name": "i love you aryanya",
37-
"doki.wallpaper.path": "C:/Users/datmobile/Pictures/arya1_semiTrans.png",
38-
"doki.background.path": "C:/Users/datmobile/Pictures/baldi_terrified.jpg",
37+
"doki.wallpaper.path": "C:/Users/longnuub/Pictures/arya1_semiTrans.png",
38+
"doki.background.path": "C:/Users/longnuub/Pictures/baldi_terrified.jpg",
3939
"discord.lowerDetailsIdling": "mimimimimir",
4040
"discord.lowerDetailsNoWorkspaceFound": "wtf are you doing",
4141
"discord.lowerDetailsEditing": "at line: {current_line} of {total_lines}",
4242
"terminal.integrated.fontLigatures": true,
4343
"editor.cursorSmoothCaretAnimation": "on",
4444
"smoothtype.duration": 40,
45+
"cph.general.autoShowJudge": false,
46+
"cph.general.timeOut": 1028,
47+
"explorer.compactFolders": false,
48+
"security.workspace.trust.untrustedFiles": "open",
49+
"cph.general.firstTime": false,
50+
"cph.language.cpp.Args": "-O2 -std=c++14",
51+
"extensions.ignoreRecommendations": true,
52+
"editor.rulers": [
53+
80
54+
],
55+
"editor.guides.bracketPairs": "active",
56+
"git.confirmSync": false,
57+
"git.confirmNoVerifyCommit": false,
58+
"git.confirmForcePush": false,
59+
"git.enableCommitSigning": true,
60+
"files.participants.timeout": 5005,
61+
"C_Cpp.default.cppStandard": "c++23",
62+
"terminal.integrated.suggest.enabled": true,
63+
"terminal.integrated.suggest.enableExtensionCompletions": true,
64+
"code-runner.executorMap": {
65+
"javascript": "node",
66+
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
67+
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
68+
"zig": "zig run",
69+
"cpp": "cd $dir && g++ -std=c++23 $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
70+
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
71+
"php": "php",
72+
"python": "python -u",
73+
"perl": "perl",
74+
"perl6": "perl6",
75+
"ruby": "ruby",
76+
"go": "go run",
77+
"lua": "lua",
78+
"groovy": "groovy",
79+
"powershell": "powershell -ExecutionPolicy ByPass -File",
80+
"bat": "cmd /c",
81+
"shellscript": "bash",
82+
"fsharp": "fsi",
83+
"csharp": "scriptcs",
84+
"vbscript": "cscript //Nologo",
85+
"typescript": "ts-node",
86+
"coffeescript": "coffee",
87+
"scala": "scala",
88+
"swift": "swift",
89+
"julia": "julia",
90+
"crystal": "crystal",
91+
"ocaml": "ocaml",
92+
"r": "Rscript",
93+
"applescript": "osascript",
94+
"clojure": "lein exec",
95+
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
96+
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
97+
"racket": "racket",
98+
"scheme": "csi -script",
99+
"ahk": "autohotkey",
100+
"autoit": "autoit3",
101+
"dart": "dart",
102+
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
103+
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
104+
"haskell": "runghc",
105+
"nim": "nim compile --verbosity:0 --hints:off --run",
106+
"lisp": "sbcl --script",
107+
"kit": "kitc --run",
108+
"v": "v run",
109+
"sass": "sass --style expanded",
110+
"scss": "scss --style expanded",
111+
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
112+
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
113+
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
114+
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
115+
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
116+
"sml": "cd $dir && sml $fileName",
117+
"mojo": "mojo run",
118+
"erlang": "escript",
119+
"spwn": "spwn build",
120+
"pkl": "cd $dir && pkl eval -f yaml $fileName -o $fileNameWithoutExt.yaml",
121+
"gleam": "gleam run -m $fileNameWithoutExt"
122+
},
45123
}

0 commit comments

Comments
 (0)