Add Apple Silicon support, update dependencies#63
Add Apple Silicon support, update dependencies#63wdhg wants to merge 9 commits intococ-extensions:masterfrom
Conversation
| await omnisharpProvider.downloadLanguageServer() | ||
| if (useCustomPath) { | ||
| workspace.showMessage(`coc-omnisharp: Using custom executable (${omnisharpCustomPath}) so the downloaded bundle will have no effect`, 'warning') | ||
| window.showMessage(`coc-omnisharp: Using custom executable (${omnisharpCustomPath}) so the downloaded bundle will have no effect`, 'warning') |
There was a problem hiding this comment.
so this "window dot" thing will show that little popup window?
| "win-x64": { platformPath: "omnisharp-win-x64.zip", executable: "Omnisharp.exe" }, | ||
| "linux-x64": { platformPath: "omnisharp-linux-x64.zip", executable: "run" }, | ||
| "osx-x64": { platformPath: "omnisharp-osx.zip", executable: "run" }, | ||
| "osx-arm64": { platformPath: "omnisharp-osx.zip", executable: "run" }, |
There was a problem hiding this comment.
it runs on my M1 MacBook so i believe it is
| "@types/node": "^10.3.3", | ||
| "typescript": "^3.5.2", | ||
| "coc.nvim": "^0.0.73" | ||
| "@types/node": "^16.9.4", |
There was a problem hiding this comment.
i can try and downgrade it but may i ask why?
|
thanks for the updates! |
|
Any updates on this PR? Would love to see this merged! |
|
Anything any of us can do to help land this? I'm working on a .NET project right now and would love to have this working. |
I don't have time atm to try and test downgrading the node version back to 12. In the meantime (until this gets merged), you can just use my fork instead. For example: |
|
Would you be amenable to someone else doing that testing? I'm happy to give it a look! |
|
Sure! If you make a PR into my fork I'll merge it or if you PR into this repo then I can close this PR. |
How do I actually install the fork? Installing the plug like that through my vim config didn't change anything. |
No description provided.