Mats Sibelius

Results 17 comments of Mats Sibelius

Looking at vscodes source-code I found this (there's a feature to reopen a file with a different encoding): **vscode\src\vs\workbench\browser\parts\editor\editorStatus.ts:** ```javascript return this.quickOpenService.pick(picks, { placeHolder: isReopenWithEncoding ? nls.localize('pickEncodingForReopen', "Select File Encoding...

Throwing some more virtual balls: Looking at `vscode.d.ts` I found this function: ```js /** * Get a workspace configuration object. * * When a section-identifier is provided only that part...

@jedmao I guess your right. Looked a bit closer into the `getConfiguration()` -function and it seems the only data that can be queried though it has to do with `launch`...

@kuga unfortunately we'll have to wait until vscode devs add support for charset to the API ti 21. toukok. 2019 klo 16.23 KUGA2 kirjoitti: > Any news on this? >...

Having the same issue. Cannot update from `4.18.0 (104112)` to `4.19.0 (106363)`. Text shows as _"You're currently on version 4.18.0 (104112). The latest version is ()."_ before I click `Update...

> Same issue here with Windows 11. "You're currently on version 4.18.0 (104112). The latest version is 4.19.0 (106363)." The "Installing Update" button is greyed out, but nothing happens. >...

Possible duplicate: https://github.com/responsively-org/responsively-app/issues/1339 . Happened to me too - exactly same issue as @jrmessias . Should be relatively easy to reproduce: Switch on `Menus in Titlebar`, restart app. Might be...