-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvscode-settings.json
45 lines (45 loc) · 2.09 KB
/
vscode-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
{
"workbench.colorTheme": "Visual Studio 2017 Dark - C++",
"workbench.startupEditor": "none",
"editor.codeLensFontFamily": "Cascadia Code, regular",
"editor.fontFamily": "'Cascadia Code', regular",
"git.enableSmartCommit": true,
"git.autofetch": true,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"terminal.integrated.defaultProfile.windows": "Command Prompt",
"terminal.integrated.sendKeybindingsToShell": true,
"scm.inputFontFamily": "editor",
"terminal.integrated.fontSize": 14.5,
"editor.fontLigatures": true,
"githubPullRequests.createOnPublishBranch": "never",
"code-runner.runInTerminal": true,
"debug.onTaskErrors": "showErrors",
"C_Cpp.default.compilerPath": "C:/Users/datmobile/msys2/mingw64/bin/gcc.exe",
"git.confirmSync": false,
"git.postCommitCommand": "sync",
"terminal.integrated.enableMultiLinePasteWarning": "never",
"cmake.showOptionsMovedNotification": false,
"cmake.configureOnOpen": true,
"discord.detailsIdling": "doin' nothing",
"discord.largeImageIdling": "high on meth",
"editor.indentSize": "tabSize",
"editor.tabSize": 2,
"editor.minimap.renderCharacters": false,
"editor.minimap.showSlider": "always",
"editor.fontSize": 15,
"explorer.confirmPasteNative": false,
"files.autoSave": "afterDelay",
"files.autoSaveDelay": 100,
"doki.sticker.path": "C:/Users/datmobile/Pictures/aryaFumo.png",
"doki.sticker.css": "z-index:100;background-position:100% 100%;background-size: 20vw",
"doki.statusbar.name": "i love you aryanya",
"doki.wallpaper.path": "C:/Users/datmobile/Pictures/arya1_semiTrans.png",
"doki.background.path": "C:/Users/datmobile/Pictures/baldi_terrified.jpg",
"discord.lowerDetailsIdling": "mimimimimir",
"discord.lowerDetailsNoWorkspaceFound": "wtf are you doing",
"discord.lowerDetailsEditing": "at line: {current_line} of {total_lines}",
"terminal.integrated.fontLigatures": true,
"editor.cursorSmoothCaretAnimation": "on",
"smoothtype.duration": 40,
}