Skip to content

Commit ffde404

Browse files
committed
refactor: rename the vscode extension name to be just Nix instead of Nix IDE
1 parent 6a45ad8 commit ffde404

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Nix IDE ✨💡🌟
1+
# Nix ✨💡🌟
22

33
Adds [Nix](https://nixos.org/) language support for [Visual Studio Code](https://code.visualstudio.com/).
44

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nix-ide",
3-
"displayName": "Nix IDE",
3+
"displayName": "Nix",
44
"description": "Nix language support - syntax highlighting, formatting, and error reporting.",
55
"version": "0.5.3",
66
"publisher": "jnoortheen",
@@ -68,7 +68,7 @@
6868
}
6969
],
7070
"configuration": {
71-
"title": "NixIDE",
71+
"title": "Nix",
7272
"properties": {
7373
"nix.formatterPath": {
7474
"default": "nixfmt",
@@ -153,7 +153,7 @@
153153
"commands": [
154154
{
155155
"title": "Restart Language Server",
156-
"category": "Nix IDE",
156+
"category": "Nix",
157157
"command": "nix-ide.restartLanguageServer"
158158
}
159159
],
@@ -290,4 +290,4 @@
290290
"vscode-languageclient": "^9.0.1",
291291
"vscode-variables": "^1.0.1"
292292
}
293-
}
293+
}

0 commit comments

Comments
 (0)