Skip to content

Commit 019c345

Browse files
committed
v0.0.16
1 parent 00b4f1a commit 019c345

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

.vscodeignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ vsc-extension-quickstart.md
99
**/*.map
1010
**/.eslintrc.json
1111
desktop.ini
12-
ideas.txt
12+
ideas.md
1313
**/*.gif
14-
resources/demoAddDescriptionClassReference.png
14+
resources/demoAddDescriptionClassReference.png
15+
resources/InterSystemsRealDarkExample.png
16+
**.ico

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "ownobjectscriptextension",
33
"displayName": "OwnObjectScriptExtension",
4-
"description": "A Visual Studio Code extension that supplies tools for InterSystems ObjectScript. Adds ObjectScript Modifiers, Keywords, Inline Comments, Method Description Templates, Select Statements and Translates Embedded Python.",
4+
"description": "A Visual Studio Code extension that supplies tools for InterSystems ObjectScript.",
55
"author": "Philipp B.",
6-
"publisher": "Philipp B.",
6+
"publisher": "PhilippB",
77
"license": "MIT",
8-
"version": "0.0.15",
8+
"version": "0.0.16",
99
"repository": {
1010
"type": "github",
1111
"url": "https://github.com/phil1436/ownobjectscriptextension"

0 commit comments

Comments
 (0)