Skip to content

Commit 2cf4762

Browse files
committed
review
1 parent d14930d commit 2cf4762

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/vscode-extension/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ We're working on adding more features to the extension, such as:
2929
The following settings are available in VS Code once the plugin is installed, which can be set either through the `Settings` menu on VS Code or by editing your `.vscode/settings.json` file.
3030

3131
- `neo4j.connect`: If true it will attempt to connect to a Neo4j database to retrieve data used for completions. Defaults to `true`
32+
- `neo4j.connectURL`: Defaults to `"neo4j://localhost:7687"`, the default url for connecting a local Neo4j instance over websocket via the `bolt` protocol
3233
- `neo4j.user`: Defaults to `"neo4j"`, the default user for a local Neo4j instance
3334
- `neo4j.password`: Replace this with the password for the user above
34-
- `neo4j.connectURL`: Defaults to `"neo4j://localhost:7687"`, the default url for connecting a local Neo4j instance over websocket via the `bolt` protocol
3535

3636
### Debug
3737

packages/vscode-extension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "neo4j-cypher-vscode-extension",
2+
"name": "neo4j-vscode",
33
"displayName": "Neo4j for VS Code",
44
"description": "Highlighting, completions and more for Neo4j Cypher in VS Code",
55
"publisher": "neo4j-extensions",

0 commit comments

Comments
 (0)