File tree 2 files changed +1
-2
lines changed
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 16
16
17
17
- Add support for syntax highlighting in ` %raw ` and ` %ffi ` extension points. https://github.com/rescript-lang/rescript-vscode/pull/774
18
18
- 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
19
20
20
21
#### :nail_care : Polish
21
22
Original file line number Diff line number Diff line change @@ -277,8 +277,6 @@ let wrapInSome: codeActionExtractor = ({
277
277
"but a pattern was expected which matches values of type"
278
278
) ;
279
279
280
- console . log ( { typ } ) ;
281
-
282
280
if ( typ . trim ( ) === "" ) {
283
281
// Type is on the next line
284
282
typ = ( restOfMessage [ lineIndexWithType + 1 ] ?? "" ) . trim ( ) ;
You can’t perform that action at this time.
0 commit comments