Danny Tuppeny

Results 216 issues of Danny Tuppeny

I [raised this against VS Code](https://github.com/Microsoft/vscode/issues/52194), but they advise it's Electron's doing. When I go to select a debug session and there are several, the dropdown menu grows upwards but...

platform/macOS
bug :beetle:
version/1.7.x
2-0-x
4-2-x
12-x-y
has-repro-comment

Mentioned in #5; it doesn't seem to show up despite the registry keys.

[This comment](http://blog.dantup.com/2015/09/simple-windows-browser-selector/#comment-2757087117) suggests that everything works just using `HKCU` so maybe we can tweak this to not require admin?

If my VS Code extension runs this code (on [Cloud Shell](https://cloud.google.com/shell/docs/editor-overview)): ``` console.log(extensions.getExtension(dartCodeExtensionIdentifier).extensionKind); ``` I get the output `1`, but `2` is expected. The description of the enum is: ```...

bug
vscode

### Commit(s) to merge 019cfb9 ### Target beta ### Issue Description For Flutter users on Windows, running the application will sometimes trigger an exception on the analysis server ("Socket error:...

area-analyzer
cherry-pick-review

For the terminal, we can contribute link providers to detect URIs that VS Code cannot resolve, such as Dart's `package:foo` URIs: However these are not available for Test Peek output...

I don't know if this is being reported correctly, but when I run my site through PageSpeed, it reports this: > Enable compression > **Compressing resources with gzip or deflate...

The text description here says keepObjects can be a `[boolean, boolean]`, but the type signature says `boolean?`: Trying to pass a list fails: I'm not sure if the docs or...

When renaming a file `test/foo.hs` to `test/Foo.ts` I get an error and the rename fails: > Unable to move/copy 'vscode-remote://dev-container+2f55736572732f64616e6e792f4465762f44616e6e792f4861736b656c6c54657374696e67/workspaces/HaskellTesting/tests/foo.hs' because target 'vscode-remote://dev-container+2f55736572732f64616e6e792f4465762f44616e6e792f4861736b656c6c54657374696e67/workspaces/HaskellTesting/tests/Foo.hs' already exists at destination. I'm running in...

type: bug

@bkonyi I'm not ready to land this yet (I want to do some more manual testing, and compare the results to an npm tool that produces the same), but it...