We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02c1b3d commit 567ea42Copy full SHA for 567ea42
INSTALL.md
@@ -11,5 +11,5 @@ code --install-extension <path-to-redcode>/redcode-<version>.vsix
11
## Install from VS Code Marketplace
12
13
```shell
14
-code --install-extension ian-h-chamberlain.redcode
+code --install-extension corewa-rs.redcode
15
```
package.json
@@ -4,10 +4,10 @@
4
"description": "Language per REDCODE Reference Standard: ICWS'94 draft (extended)",
5
"version": "0.2.0",
6
"license": "MIT",
7
- "publisher": "ian-h-chamberlain",
+ "publisher": "corewa-rs",
8
"repository": {
9
"type": "git",
10
- "url": "https://github.com/ian-h-chamberlain/corewa_rs.git",
+ "url": "https://github.com/corewa-rs/corewa_rs.git",
"directory": "redcode"
},
"engines": {
0 commit comments