Philip Waritschlager

Results 359 comments of Philip Waritschlager

there's now `status-bar-blame-text` option for this

The link is dead - the weird AMD solution is still available through e.g. https://log.schemescape.com/posts/web-development/embedding-monaco-from-cdn.html

I did that, this doesn't work as described. The extra `/index.js` doesn't change anything :/

In fact, this is the require chain in my esbuild output: ```js var { isBinary } = require_edition_es2022(); ``` in there, there's a ```js var textextensions_1 = __importDefault(require_textextensions()); ``` which...

And again, getting this far is only possible because I have *removed* the `exports` field from your package.json, without doing that it already fails at > Package subpath './edition-es2022/index.js' is...

While bundling with ESBuild works with the above hacks, packaging with `npx vsce package` doesn't because ``` ERROR Error occurred while scanning secrets (files): TypeError: textExtensions.indexOf is not a function...

What would you expect the code to do? You're mapping left click to left click, so I can't see what should happen here. If you meant to map L to...

So you mean LButton should result in Ctrl+LButton? I *think* this isn't possible right now and probably will continue not to because of a limitation of X11, if I understood...

Right, that's a bug I hadn't thought of when developing it. Thing is, the logic for `#DefineCommand` is *very* basic, all it does is internally transforming e.g. ```ahk GetDate6, lfp_DateString...