diff --git a/CHANGELOG.md b/CHANGELOG.md index cbaa380d2..0a48f563e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ - Rename: use renameProvider to give a warning when it's not a symbol that can be renamed. - Add support for Go to Type Definition. - Restore documentSymbolProvider. +- Restore creation of interface files (fully supported from compiler 9.1.3 onwards) ## 1.1.2 diff --git a/package.json b/package.json index 9f01711be..6c2305f69 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,10 @@ } ], "commands": [ + { + "command": "rescript-vscode.create_interface", + "title": "ReScript: Create an interface file for this implementation file." + } ], "snippets": [ {