- VSCode Version: 1.27.2 (1.27.2)
- OS Version: MacOS 10.13.5
Also not working
- VsCode Version: Version 1.28.0-insider
Steps to Reproduce:
1. Highlight a function
2. Select refactor > move to new file
Does this issue occur when all extensions are disabled?: Yes/No
Yes -- meaning it also fails to work with --disable-extensions
--
I'm not sure why, the feature was working just fine before. I also tried setting "typescript.tsserver.trace": "verbose"
Tried on multiple projects
I see nothing in the Output pane.
This feature was working prior to update.
-- UPDATE:
Also not working on the refactor menu:
- Convert named export to default export
- Extract function to module scope
- Extract constant to enclosing scope
Also not working
Steps to Reproduce:
1. Highlight a function
2. Select refactor > move to new file
Does this issue occur when all extensions are disabled?: Yes/No
Yes -- meaning it also fails to work with --disable-extensions
--
I'm not sure why, the feature was working just fine before. I also tried setting
"typescript.tsserver.trace": "verbose"Tried on multiple projects
I see nothing in the Output pane.
This feature was working prior to update.
-- UPDATE:
Also not working on the refactor menu: