-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 911 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 911 Bytes
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
{
"name": "per-pack",
"displayName": "PER-Pack",
"description": "PER VSCode development kit",
"version": "0.0.3",
"publisher": "irvingywang",
"icon": "icon.png",
"engines": {
"vscode": "^1.102.0"
},
"categories": [
"Extension Packs"
],
"extensionPack": [
"aaron-bond.better-comments",
"dan-c-underwood.arm",
"eamodio.gitlens",
"llvm-vs-code-extensions.vscode-clangd",
"marus25.cortex-debug",
"mcu-debug.debug-tracker-vscode",
"mcu-debug.memory-view",
"mcu-debug.peripheral-viewer",
"mcu-debug.rtos-views",
"ms-python.debugpy",
"ms-python.python",
"ms-python.vscode-pylance",
"ms-vscode.cmake-tools",
"zainchen.json",
"zixuanwang.linkerscript",
"lharri73.dbc",
"rust-lang.rust-analyzer"
],
"repository": {
"type": "git",
"url": "https://github.com/PurdueElectricRacing/per-pack.git"
}
}