Visual Studio Code extension that provides the "Goto last edit location" command.
After installing and pressing F1
, you should see the 'Goto last edit location' command in the drop down:
Press CTRL+Q
to invoke the command.
v0.2.0
- Changed keybinding to
CTRL+Q
on Mac (pull request) - Changed keybinding to be always active
v0.1.0
- Initial release
- run
npm install
inside the project folder - open VS Code on the project folder
- run
npm run compile
.
- run
vsce package
.