Devraj Mehta

Results 44 comments of Devraj Mehta

Hey, I've run into a similar issue when editing ruby files in the _plugins directory. I expect this has the same underlying cause of jekyll build not knowing which files...

Hi there, thanks for asking. I ended up just setting netlify to manual build (unlinking the git repo) and switching to building on travis-ci where I could install the fonts...

@ahelwer which languages have pre-built wasm in their npm packages?

Or if there is a way to point to the locally installed `/Applications/Xcode.app` that could resolve here as well? (I'm hitting the same issue, thank you for the work around...

Running `GitHub Copilot: Collect Diagnostics` might shed some light if you don't mind @sebastianczech Also if there are any errors in the output panels for `GitHub Copilot` or `GitHub Copilot...

Hello 👋 if you could share the `GitHub Copilot: Collect Diagnostics` output ([docs](https://docs.github.com/en/copilot/troubleshooting-github-copilot/viewing-logs-for-github-copilot-in-your-environment?tool=vscode#viewing-network-connectivity-diagnostics-logs-1)) that can help pin down the issue. We also have some [troubleshooting steps](https://docs.github.com/en/copilot/troubleshooting-github-copilot/troubleshooting-network-errors-for-github-copilot).

> > Error is from helix fetcher. Can you also try adding the following setting > > ``` > > "github.copilot.advanced": { > > "debug.useElectronFetcher": true > > }, >...

@marko91 are you using WSL as well? (The electron-based networking is not available in WSL)

It looks like the auth issue is the main problem blocking extension activation: `ERR [Extension Host] [auth] Extension activation failed: "Unexpected token 'o', "[object Rea"... is not valid JSON"` The...

Hi @owenzhao, thanks for trying out Copilot for Xcode and providing feedback! The warning status is important since without the extension active/enabled in Xcode, the app is forced to use...