Skip to content

Commit

Permalink
chore: updated extension categories
Browse files Browse the repository at this point in the history
  • Loading branch information
wenfangdu committed Jun 14, 2021
1 parent cd46d4c commit 6f17a4c
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "faster-new",
"displayName": "New File / Folder",
"description": "💼 Create file or folder from file's context menu in VSCode",
"version": "1.3.6",
"version": "1.3.7",
"publisher": "wenfangdu",
"icon": "images/icon.png",
"license": "MIT",
Expand All @@ -14,7 +14,22 @@
"vscode": "^1.0.0"
},
"categories": [
"Other"
"Programming Languages",
"Snippets",
"Linters",
"Themes",
"Debuggers",
"Formatters",
"Keymaps",
"SCM Providers",
"Other",
"Extension Packs",
"Language Packs",
"Data Science",
"Machine Learning",
"Visualization",
"Notebooks",
"Education"
],
"contributes": {
"commands": [
Expand Down

0 comments on commit 6f17a4c

Please sign in to comment.