File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 1616
1717- Add support for syntax highlighting in ` %raw ` and ` %ffi ` extension points. https://github.com/rescript-lang/rescript-vscode/pull/774
1818- Add completion to top level decorators. https://github.com/rescript-lang/rescript-vscode/pull/799
19+ - Add code action for wrapping patterns where option is expected with ` Some ` . https://github.com/rescript-lang/rescript-vscode/pull/806
1920
2021#### :nail_care : Polish
2122
Original file line number Diff line number Diff line change @@ -277,8 +277,6 @@ let wrapInSome: codeActionExtractor = ({
277277 "but a pattern was expected which matches values of type"
278278 ) ;
279279
280- console . log ( { typ } ) ;
281-
282280 if ( typ . trim ( ) === "" ) {
283281 // Type is on the next line
284282 typ = ( restOfMessage [ lineIndexWithType + 1 ] ?? "" ) . trim ( ) ;
You can’t perform that action at this time.
0 commit comments