Clean up proxy and 'compiler service' code
Open
@billti is already working on this.
Since Jan 10, 2024.
- Dominant language
- Rust
- Stars
- 1k
- Forks
- 212
- Avg merge
- 3d 8h
- Merged PRs (30d)
- 65
Description
We don't need/use a compiler service any more, so delete that code (see the 'targetSubmit' command in commands.ts).
Also, we should always use the Quantum service proxy now to interact with storage, so can remove all the code that support the 'direct to storage' paths and did the CORS checks (search on 'useProxy' under vscode/src/azure).
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.