Danny Tuppeny
Danny Tuppeny
As noted in the readme, I'm afraid I'm no longer maintaining (or using) this. If something isn't working right and you'd like to see it fixed, the best option would...
I think it's a reasonable idea but a) not at the expensive of url matching or automatic selection and b) it's somewhat out of scope for what I was trying...
It seems like that might be a bad default (at least for web-based), since in the browser is always a "remote" workspace. UI extensions can only run when the extension...
@Ark-kun I don't know how official this is, but unpacking them into `~/.theia/extensions/xxx` and then causing it to reload (`pkill node`) does the trick. ``` DART_TEMP_FILE=/tmp/dart.vsix wget https://github.com/Dart-Code/Dart-Code/releases/download/v$DART_RELEASE/dart-code-$DART_RELEASE.vsix -O $DART_TEMP_FILE...
@dcharkes sorry, I didn't see this until now. Is this syntax something standard, or created by Dart/dartdoc? ``` ///```dart template:xyz ///``` ``` The hover tootlips are interpreted by VS Code....
Yep, I misunderstood the original change. I thought it was for improving dartdoc output, but as Brian noted, it's for validating the code snippets within the SDK. Would just stripping...
@lrhn thanks! There are some examples on that page doing just this: https://spec.commonmark.org/0.28/#example-112 So I think it's a fair VS Code request. I'll file an issue.
I've filed github.com/microsoft/vscode/issues/157793. Please add 👍 's if you'd like to see this added (issues are often closed by a bot if there is not sufficient 👍 's within 60...
This has been fixed in VS Code. Left is stable VS Code, right is VS Code Insiders. It should show up in the next stable release (VS code _usually_ releases...
@bwilkerson is there a way to enable the instrumentation log in Android Studio? I tried searching the settings but can't find anywhere to add additional args. I can't reproduce this...