Skip to content

Commit b27c8e4

Browse files
authoredMar 6, 2024··
Polishes last bits for publishing the extension (#187)

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed
 

‎.changeset/pre.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@neo4j-cypher/react-codemirror": "1.0.0",
88
"@neo4j-cypher/react-codemirror-playground": "1.0.0",
99
"@neo4j-cypher/schema-poller": "1.0.0",
10-
"neo4j-vscode": "1.0.0",
10+
"neo4j-for-vscode": "1.0.0",
1111
"antlr4": "4.13.1",
1212
"antlr4-c3": "3.0.1"
1313
},

‎package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/vscode-extension/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "neo4j-vscode",
2+
"name": "neo4j-for-vscode",
33
"displayName": "Neo4j for VS Code",
44
"description": "Highlighting, completions and more for Neo4j Cypher in VS Code",
55
"publisher": "neo4j-extensions",
@@ -107,9 +107,9 @@
107107
"@testcontainers/neo4j": "^10.4.0",
108108
"@types/mocha": "^10.0.1",
109109
"@types/node": "^16.11.7",
110-
"@types/vscode": "^1.87.0",
110+
"@types/vscode": "^1.75.0",
111111
"@vscode/test-electron": "^2.3.8",
112-
"@vscode/vsce": "^2.21.1",
112+
"@vscode/vsce": "^2.24.0",
113113
"mocha": "^10.2.0",
114114
"typescript": "^4.9.5"
115115
}

‎turbo.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@
4444
"@neo4j-cypher/react-codemirror-playground#dev": {
4545
"dependsOn": ["@neo4j-cypher/react-codemirror#build"]
4646
},
47-
"neo4j-vscode#build": {
47+
"neo4j-for-vscode#build": {
4848
"persistent": false,
4949
"dependsOn": ["@neo4j-cypher/language-server#build"]
5050
},
51-
"neo4j-vscode#test:e2e": {
51+
"neo4j-for-vscode#test:e2e": {
5252
"cache": false,
5353
"persistent": false,
5454
"dependsOn": ["@neo4j-cypher/react-codemirror#test:e2e"]

0 commit comments

Comments
 (0)
Please sign in to comment.