Skip to content

Commit 5b3e1b1

Browse files
committed
Change to jsoneditor
1 parent 99e6d90 commit 5b3e1b1

File tree

4 files changed

+197
-289
lines changed

4 files changed

+197
-289
lines changed

.vscodeignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ vsc-extension-quickstart.md
99
**/*.map
1010
**/*.ts
1111
**/.vscode-test.*
12+
**/.github
13+
**/src/test

package-lock.json

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

package.json

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"url": "https://github.com/timheuer/jsondbg.git"
1414
},
1515
"icon": "resources/icon.png",
16-
"version": "0.1.3",
16+
"version": "0.2.0",
1717
"engines": {
1818
"vscode": "^1.97.0"
1919
},
@@ -64,18 +64,21 @@
6464
"deploy": "vsce publish"
6565
},
6666
"devDependencies": {
67-
"@types/vscode": "^1.97.0",
6867
"@types/mocha": "^9.1.1",
6968
"@types/node": "20.x",
7069
"@types/sinon": "^10.0.20",
71-
"glob": "^10.3.10",
70+
"@types/vscode": "^1.97.0",
7271
"@typescript-eslint/eslint-plugin": "^8.25.0",
7372
"@typescript-eslint/parser": "^8.25.0",
74-
"eslint": "^9.21.0",
75-
"typescript": "^5.7.3",
7673
"@vscode/test-cli": "^0.0.10",
7774
"@vscode/test-electron": "^2.1.5",
75+
"eslint": "^9.21.0",
76+
"glob": "^10.3.10",
7877
"mocha": "^10.0.0",
79-
"sinon": "^14.0.0"
78+
"sinon": "^14.0.0",
79+
"typescript": "^5.7.3"
80+
},
81+
"dependencies": {
82+
"jsoneditor": "^10.2.0"
8083
}
81-
}
84+
}

0 commit comments

Comments
 (0)