-
Notifications
You must be signed in to change notification settings - Fork 0
/
DevGram.code-workspace
65 lines (65 loc) · 1.76 KB
/
DevGram.code-workspace
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
{
"folders": [
{
"path": "."
}
],
"settings": {},
"extensions": {
"recommendations": [
"bierner.emojisense",
"piotrpalarz.vscode-gitignore-generator",
"gornivv.vscode-flutter-files",
"adelphes.android-dev-ext",
"343max.android-emulator-launcher",
"dannark.androidlauncher",
"diemasmichiels.emulate",
"formulahendry.auto-close-tag",
"formulahendry.auto-complete-tag",
"steoates.autoimport",
"formulahendry.auto-rename-tag",
"mgmcdermott.vscode-language-babel",
"michelemelluso.code-beautifier",
"formulahendry.code-runner",
"streetsidesoftware.code-spell-checker",
"naumovs.color-highlight",
"bierner.color-info",
"anseki.vscode-color",
"dart-code.dart-code",
"luanpotter.dart-import",
"me-dutour-mathieu.vscode-firebase",
"toba.vsfire",
"jsayol.firebase-explorer",
"hasanakg.firebase-snippets",
"marcelovelasquez.flutter-tree",
"alexisvt.flutter-snippets",
"waderyan.gitblame",
"mhutchie.git-graph",
"donjayamanne.githistory",
"shaharkazaz.git-merger",
"felipecaputo.git-project-manager",
"github.codespaces",
"github.copilot",
"github.vscode-pull-request-github",
"codezombiech.gitignore",
"eamodio.gitlens",
"znck.grammarly",
"vincaslt.highlight-matching-tag",
"visualstudioexptteam.vscodeintellicode",
"yzhang.markdown-all-in-one",
"bierner.markdown-emoji",
"bierner.markdown-preview-github-styles",
"davidanson.vscode-markdownlint",
"pkief.material-icon-theme",
"unifiedjs.vscode-mdx",
"christian-kohler.path-intellisense",
"esbenp.prettier-vscode",
"tabnine.tabnine-vscode",
"wayou.vscode-todo-highlight",
"gruntfuggly.todo-tree",
"shardulm94.trailing-spaces",
"lihui.vs-color-picker",
"vscode-icons-team.vscode-icons"
]
}
}