-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvscode_user_settings.json
More file actions
85 lines (85 loc) · 2.78 KB
/
vscode_user_settings.json
File metadata and controls
85 lines (85 loc) · 2.78 KB
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
{
"lövelauncher.useConsoleSubsystem": true,
"files.autoSave": "afterDelay",
"security.workspace.trust.untrustedFiles": "open",
"tabnine.experimentalAutoImports": true,
"terminal.integrated.defaultProfile.windows": "PowerShell",
"lövelauncher.saveAllOnLaunch": true,
"workbench.settings.applyToAllProfiles": [
"pixelbyte.love2d.path",
"lövelauncher.path",
"luahelper.colors.Global Fun Color",
"luahelper.colors.Global Field Color",
"C_Cpp_Runner.includePaths",
"C_Cpp.autocomplete",
"C_Cpp.autoAddFileAssociations"
],
"explorer.confirmDelete": false,
"codeium.enableConfig": {
"*": true,
"markdown": true,
"plaintext": true,
"moonscript": true,
"ignore": true
},
"pixelbyte.love2d.path": "C:\\Program Files\\LOVE\\love",
"love2d-executor.path": "C:\\Program Files\\LOVE",
"defold.editorPath": "C:\\Users\\jhonn\\AppData\\Roaming\\Microsoft\\Windows\\Start Menu\\Programs\\Steam\\Defold.url",
"explorer.confirmDragAndDrop": false,
"git.autofetch": true,
"luahelper.colors.Global Fun Color": " #09d6d8",
"luahelper.colors.Global Field Color": " #08d045",
"luahelper.colors.Type(annotation) Color": "#d84b09",
"cmake.configureOnOpen": true,
"C_Cpp_Runner.includePaths": [
"C:/raylib/raylib/src/",
"C:\\raylib\\raylib\\src\\"
],
"window.customTitleBarVisibility": "auto",
"workbench.sideBar.location": "right",
"terminal.integrated.profiles.linux": {
"bash": {
"path": "/usr/bin/bash",
"icon": "terminal-bash"
},
"zsh": {
"path": "/usr/bin/zsh",
"icon": "terminal-powershell"
},
"fish": {
"path": "fish"
},
"tmux": {
"path": "tmux",
"icon": "terminal-tmux"
},
"pwsh": {
"path": "pwsh",
"icon": "terminal-powershell"
},
"sh": {
"path": "/bin/sh"
},
"dash": {
"path": "/usr/bin/dash"
},
"rbash": {
"path": "/bin/rbash"
}
},
"terminal.integrated.inheritEnv": false,
"terminal.integrated.defaultProfile.linux": "zsh",
"C_Cpp.autoAddFileAssociations": false,
"chatgpt.lang": "en",
"cmake.options.statusBarVisibility": "visible",
"workbench.colorTheme": "GDScript",
"cmake.pinnedCommands": [
"workbench.action.tasks.configureTaskRunner",
"workbench.action.tasks.runTask"
],
"rust-analyzer.check.command": "clippy",
"[rust]":{
"editor.defaultFormatter": "rust-lang.rust-analyzer",
"editor.formatOnSave": true
}
}