Skip to content

Commit

Permalink
Fix spelling of VS Code
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelGarus committed Nov 17, 2020
1 parent 8d1eec4 commit 19935ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* We provide the following tools:
* A compiler that transpiles Candy code to Dart (a CLI tool named `candy2dart`).
* An LSP server that provides syntax highlighting, jump-to-definition, info on hover, compilation and much more.
* A VSCode extension that integrates the LSP. By invoking code actions (by default, that's <kbd>ctrl</kbd> + <kbd>.</kbd>), you can compile and run a Candy project.
* A VS Code extension that integrates the LSP. By invoking code actions (by default, that's <kbd>ctrl</kbd> + <kbd>.</kbd>), you can compile and run a Candy project.
* Candy is in its very early pre-alpha stage, so don't expect everything to work. Currently, it's a game of hit or miss.
Just so you aren't disappointed, here are the most notable limitations of Candy as of now:
* The type system is completely hacked together: Don't expect complex type constraint solving to work – for example, an `impl<T> Foo<T>: Map<T, List<T>>` doesn't make `Foo<String>` implement `Map<String, List<String>>`. Don't nest your types, duh!
Expand Down

0 comments on commit 19935ab

Please sign in to comment.