Skip to content
This repository was archived by the owner on Jun 17, 2021. It is now read-only.

Commit a0dc720

Browse files
committed
Added marketplace snippets
1 parent ff8fca4 commit a0dc720

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# VBA Snippets
22

3+
[![Marketplace Version](http://vsmarketplacebadge.apphb.com/version/spences10.vba-snippets.svg)](https://marketplace.visualstudio.com/items?itemName=spences10.vba-snippets) [![Installs](http://vsmarketplacebadge.apphb.com/installs/spences10.vba-snippets.svg)](https://marketplace.visualstudio.com/items?itemName=spences10.vba-snippets) [![Rating](http://vsmarketplacebadge.apphb.com/rating/spences10.vba-snippets.svg)](https://marketplace.visualstudio.com/items?itemName=spences10.vba-snippets)
4+
35
VBA code snippets for VSCode.
46
This should be used in conjunction with the [VBScript](https://marketplace.visualstudio.com/items?itemName=luggage66.VBScript) extension as the language for VSCode
57
<!-- TOC depthFrom:2 -->

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vba-snippets",
33
"publisher": "spences10",
44
"description": "Code snippets of vba for VSCode.",
5-
"version": "1.0.0",
5+
"version": "1.0.1",
66
"icon": "images/logo.png",
77
"license": "MIT",
88
"engines": {

0 commit comments

Comments
 (0)