We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8076690 commit d223836Copy full SHA for d223836
.vscodeignore
@@ -0,0 +1,8 @@
1
+.vscode
2
+node_modules
3
+out/
4
+src/
5
+tsconfig.json
6
+webpack.config.js
7
+esbuild.js
8
+toc.js
package.json
@@ -1,6 +1,6 @@
{
"name": "fastify-snippets",
- "version": "1.4.0",
+ "version": "1.5.0",
"icon": "images/logo-256.png",
"displayName": "Fastify Snippets",
"description": "Make your Fastify developing even faster",
@@ -49,6 +49,6 @@
49
},
50
"homepage": "https://github.com/fastify/fastify-snippet#readme",
51
"dependencies": {
52
- "@vscode/vsce": "^2.18.0"
+ "@vscode/vsce": "^3.3.2"
53
}
54
0 commit comments