Félix BOROT
Félix BOROT
Hi there, If you are interested, I compiled VSCode for browser in this repo : [https://github.com/Felx-B/vscode-web](https://github.com/Felx-B/vscode-web ) Check out the `sample` folder, for a simple use of this package.
Hi there, I compiled VSCode for browser in this repo : https://github.com/Felx-B/vscode-web It is a full browser version of VSCode like [official playground](https://vscode-web-test-playground.azurewebsites.net/) This way you should be able to...
By default there is no telemetry. You can choose to add your own by settings some properties in `product.json` file. In this file you can setup any key of [IProductConfiguration](https://github.com/microsoft/vscode/blob/300effb0c8f5722cee4ae08578705438bdaff075/src/vs/platform/product/common/productService.ts#L34)...
Hi I think you should not try to create css and override VSCode styles, but instead create a VSCode Theme https://code.visualstudio.com/docs/getstarted/themes
Hi I think you will have to code an extension for that You'll have to code a filesystemprovider in an extension, and then, in the index.html file, you'll have to...
I found the bug in your code : `src\views\timeline\timeline-multi-day-view.component.ts` line 141 : ```html ``` should be ```html ```
Hi there, Thank you @conwnet for this amazing project ! If you want you can also use my work on https://github.com/Felx-B/vscode-web I compile vscode for browser and provide it through...