Luke McQuade

Results 15 issues of Luke McQuade

As per the title, the 'Toggle Image Comments' command remains in the menu after the extension has been uninstalled. ![image](https://user-images.githubusercontent.com/2824165/97561562-48cda880-19d8-11eb-8240-547f8de8f19e.png) ![image](https://user-images.githubusercontent.com/2824165/97561607-597e1e80-19d8-11eb-8f94-1c8251131376.png) Repro'd in VS 2019 Community, v16.7.6. ## Workaround Manually...

bug

Standard 'VS will now close'... on exiting application. Result of not unhooking events?

bug

Currently, UI messages (e.g. unexpected non-fatal exception messages) are printed to the Debug pane in the Output window. This could be potentially confusing, so create dedicated pane and print to...

enhancement

You need to scroll/'bump' the editor window to see the effect of the on/off toggle command. A layout event needs to be triggered when the command is run. Will probably...

bug

The caret/selection highlight height on image-comment lines grows as high the image. As shown here: ![image](https://f.cloud.github.com/assets/2824165/522291/e3030dc6-c019-11e2-9455-7a6f525ce13b.png) No idea how to fix this.

bug

After adding an image-comment using a local image, you can't edit the image until VS is closed. This is due to the WPF Image caching mechanism. It's possible a custom...

bug

Error box and environ: ![VsExImageComments](https://f.cloud.github.com/assets/2824165/50471/add5b9fc-59a6-11e2-8995-4fb39eb1c8a1.PNG) From VS Activity Log: ![AcLogImageComments](https://f.cloud.github.com/assets/2824165/50473/b2a30282-59a6-11e2-9071-21b19e515d02.PNG)

bug

Following the instructions in [README.md](https://github.com/serverless/examples/blob/master/aws-node-rest-api-typescript/README.md) on running the app you will see {"message": "Internal server error"} And a stack trace resembling ``` MongooseError: The `uri` parameter to `openUri()` must be...