Adam McArthur

Results 138 comments of Adam McArthur

> @ManiaciaChao version 4.2.0, the `workbench.html`'s path is changed: `/vendor/modules/code-oss-dev/out/vs/code/browser/workbench/workbench.html` to `/lib/vscode/out/vs/code/browser/workbench/workbench.html` > > However, unless `workbench.html`'s name is changed, this command might always work to load web font(Fira Code...

Yeah this works. Thank you!

@jsjoeio It worked for me for ages and suddenly broke (i.e worked in march broke on the 21st June). This issue doesn't seem to cover that context?

Sorry, after more extensive testing it seems that Copilot had a login system change on the same day as this started, so is just a co-incidence. I apoligize ;)

I had issues with memory increasing, as multiple code-server instances would be open at once. Here is the issue: https://github.com/coder/code-server/issues/4351 It got solved by upgrading to a new version of...

Have you tried messing with the extensions? That also produced a solution for me :)) On Fri, 3 Jun 2022, 10:02 Alireza Ghasemi, ***@***.***> wrote: > I had issues with...

I think we would likely want to do something like this https://github.com/codecov/example-python ([Tutorial Here](https://about.codecov.io/blog/python-code-coverage-using-github-actions-and-codecov/)) @jayofdoom would it be possible to get this setup? Would need something like [codecov.io](https://about.codecov.io/) to have...

Should this be closed by #985?

This now is more import since gRPC version 1.48, since now the python GRPC generated files have no infomation on variables, types etc, so all imports will fail to most...