Kalman Keri
Kalman Keri
Same here. After some random change in my code base, I get this in my console. ~~~ 200 77ms 562B / undefined 200 510ms 387B /src/app.js ➞ C:\Users\Kalman\AppData\Roaming\npm\node_modules\browserify .\src\app.js -d...
I got the same warnings in a project freshly created with `create-react-app`. It turned out that for some reason I had a fairly old version of `react-scripts` (0.9.5). I upgraded...
> My real issue: I regularly use Ctrl+Enter to make new lines, and I'm frustrated that this plugin squats this key combination for all languages. My issue too. Is it...
The same request goes for Shift+Enter too, what is used for multiline search and commit messages. As @KoltesDigital suggested, you probably have to define your own [language ID](https://code.visualstudio.com/docs/languages/identifiers) so you...
@yaxu this seems to be a low hanging fruit. AFAIK adding a language ID to package.json then scoping relevant keyboard shortcuts to the language ID would resolve this issue. (Not...
@kindohm thanks for your feedback. Yes, this feature would restrict shortcuts like Ctrl+Enter to `.tidal` files. Anywhere else, including editors for other languages, the source control view, the global search...
@kindohm I agree, losing syntax highlight is not an option. I keep exploring, including filing an issue to the VS Code project. Possibly there are other embedded DSLs that could...
I found a possible workaround. It would allow for using Haskell highlighters as before, but it doesn't work as expected. I reported the issue to Microsoft. https://github.com/microsoft/vscode/issues/117190