-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.01 KB
/
package.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
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
{
"name": "octavius",
"displayName": "Octavius - Fullstack Extension Pack",
"description": "Fullstack pack",
"version": "0.0.2",
"publisher": "cnunes22",
"engines": {
"vscode": "^1.78.0"
},
"repository": {
"url": "https://github.com/nunes22/octavius"
},
"categories": [
"Extension Packs"
],
"extensionPack": [
"ms-azuretools.vscode-docker",
"ms-kubernetes-tools.vscode-kubernetes-tools",
"serayuzgur.crates",
"panicbit.cargo",
"JScearcy.rust-doc-viewer",
"rust-lang.rust-analyzer",
"Swellaby.vscode-rust-test-adapter",
"tamasfe.even-better-toml",
"adpyke.codesnap",
"alexisvt.flutter-snippets",
"apollographql.vscode-apollo",
"Dart-Code.dart-code",
"Dart-Code.flutter",
"dbaeumer.vscode-eslint",
"denoland.vscode-deno",
"Dionannd.tokyo-night-ported-nvim",
"dsznajder.es7-react-js-snippets",
"eamodio.gitlens",
"EditorConfig.EditorConfig",
"esbenp.prettier-vscode",
"formulahendry.auto-rename-tag",
"GitHub.remotehub",
"GitHub.vscode-pull-request-github",
"GraphQL.vscode-graphql",
"GraphQL.vscode-graphql-execution",
"GraphQL.vscode-graphql-syntax",
"hbenl.vscode-test-explorer",
"jasonnutter.search-node-modules",
"jock.svg",
"KareemShehab.whisperware",
"marcelovelasquez.flutter-tree",
"mhutchie.git-graph",
"miguelsolorio.fluent-icons",
"mikestead.dotenv",
"MisterMunchkin.simple-markdown-snippets",
"Nash.awesome-flutter-snippets",
"nrwl.angular-console",
"rangav.vscode-thunder-client",
"redhat.vscode-yaml",
"sburg.vscode-javascript-booster",
"sleistner.vscode-fileutils",
"steoates.autoimport",
"streetsidesoftware.code-spell-checker",
"TabNine.tabnine-vscode",
"TakumiI.markdowntable",
"tomoki1207.pdf",
"unifiedjs.vscode-mdx",
"usernamehw.errorlens",
"vadimcn.vscode-lldb",
"vscodevim.vim",
"wix.vscode-import-cost",
"xyc.vscode-mdx-preview",
"yoavbls.pretty-ts-errors",
"yzane.markdown-pdf"
]
}