-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathide_config.json
More file actions
40 lines (40 loc) · 1.26 KB
/
ide_config.json
File metadata and controls
40 lines (40 loc) · 1.26 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
{
"ides": [
{
"name": "Qoder",
"prefixes": ["qo", "qoder"],
"type": "vscode",
"appPath": "/Applications/Qoder.app",
"recentProjectsPath": "~/Library/Application Support/Qoder/User/globalStorage/state.vscdb",
"urlScheme": "qoder://file",
"enabled": true
},
{
"name": "GoLand",
"prefixes": ["gl", "go", "goland"],
"type": "jetbrains",
"appPath": "~/Applications/GoLand.app",
"recentProjectsPath": "~/Library/Application Support/JetBrains/GoLand2025.3/options/recentProjects.xml",
"urlScheme": "goland://open?file=",
"enabled": true
},
{
"name": "CLion",
"prefixes": ["cl", "clion"],
"type": "jetbrains",
"appPath": "~/Applications/CLion.app",
"recentProjectsPath": "~/Library/Application Support/JetBrains/CLion2025.3/options/recentProjects.xml",
"urlScheme": "clion://open?file=",
"enabled": true
},
{
"name": "PyCharm",
"prefixes": ["py", "pycharm", "python"],
"type": "jetbrains",
"appPath": "~/Applications/PyCharm.app",
"recentProjectsPath": "~/Library/Application Support/JetBrains/PyCharm2025.3/options/recentProjects.xml",
"urlScheme": "pycharm://open?file=",
"enabled": true
}
]
}