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 7108686 commit 05f3b4aCopy full SHA for 05f3b4a
CHANGELOG.md
@@ -9,6 +9,10 @@ Format based on [Keep a Changelog](http://keepachangelog.com/).
9
10
## [0.2.0] - 2020-10-09
11
12
+### Added
13
+
14
+- Enable extension for `.redcode` files by default
15
16
### Changed
17
18
- Migrate to the `corewa-rs` VSCode publisher and Github organization
package.json
@@ -33,7 +33,8 @@
33
"redcode"
34
],
35
"extensions": [
36
- ".red"
+ ".red",
37
+ ".redcode",
38
39
"configuration": "./language-configuration.json"
40
}
0 commit comments