Marcus Hultman

Results 5 issues of Marcus Hultman

Sometimes you want to provide completion alternatives based on the commandline buffer. This adds `token` (string) to both option- and argument completion, containing the partially written word to complete. This...

**What happened?** Browser console error `Uncaught SyntaxError: Unexpected token : at Object.217` **Versions** Chrome 62.0.3202.89 Webpack 3.8.1 html-webpack-plugin 2.30.1 html-webpack-inline-chunk-plugin 1.1.1 **More details** `webpack.config.js`: ``` new HtmlWebpackPlugin({ filename: 'index.html', template:...

Using `import_map.json` ``` { "imports": { "icons-solid-20/": "https://esm.sh/@heroicons/[email protected]/20/solid/?alias=react:preact/compat" } } ``` With script: ``` import 'icons-solid-20/BeakerIcon'; ``` Will yield error: ``` Import map diagnostics: - Invalid target address "https://esm.sh/@heroicons/[email protected]/20/solid/?alias=react:preact/compat" for...

Makes the LSP setting added in https://github.com/denoland/deno/pull/19317 configurable in the VS Code extension

configuration

Deprecated in C++23 See https://github.com/cplusplus/papers/issues/197