|
4 | 4 | "editor.codeLensFontFamily": "Cascadia Code, regular", |
5 | 5 | "editor.fontFamily": "'Cascadia Code', regular", |
6 | 6 | "git.enableSmartCommit": true, |
7 | | - "git.autofetch": true, |
| 7 | + "git.autofetch": "all", |
8 | 8 | "explorer.confirmDelete": false, |
9 | 9 | "explorer.confirmDragAndDrop": false, |
10 | 10 | "terminal.integrated.defaultProfile.windows": "Command Prompt", |
|
14 | 14 | "editor.fontLigatures": true, |
15 | 15 | "githubPullRequests.createOnPublishBranch": "never", |
16 | 16 | "code-runner.runInTerminal": true, |
| 17 | + "code-runner.saveFileBeforeRun": true, |
17 | 18 | "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", |
20 | 20 | "git.postCommitCommand": "sync", |
21 | 21 | "terminal.integrated.enableMultiLinePasteWarning": "never", |
22 | 22 | "cmake.showOptionsMovedNotification": false, |
23 | 23 | "cmake.configureOnOpen": true, |
24 | 24 | "discord.detailsIdling": "doin' nothing", |
25 | 25 | "discord.largeImageIdling": "high on meth", |
26 | 26 | "editor.indentSize": "tabSize", |
27 | | - "editor.tabSize": 2, |
| 27 | + "editor.tabSize": 4, |
28 | 28 | "editor.minimap.renderCharacters": false, |
29 | 29 | "editor.minimap.showSlider": "always", |
30 | | - "editor.fontSize": 15, |
| 30 | + "editor.fontSize": 13, |
31 | 31 | "explorer.confirmPasteNative": false, |
32 | 32 | "files.autoSave": "afterDelay", |
33 | 33 | "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", |
36 | 36 | "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", |
39 | 39 | "discord.lowerDetailsIdling": "mimimimimir", |
40 | 40 | "discord.lowerDetailsNoWorkspaceFound": "wtf are you doing", |
41 | 41 | "discord.lowerDetailsEditing": "at line: {current_line} of {total_lines}", |
42 | 42 | "terminal.integrated.fontLigatures": true, |
43 | 43 | "editor.cursorSmoothCaretAnimation": "on", |
44 | 44 | "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 | + }, |
45 | 123 | } |
0 commit comments