supabase / edge-runtime

A server based on Deno runtime, capable of running JavaScript, TypeScript, and WASM services.
MIT License
691 stars 62 forks source link

chore(devcontainer): remove `cargo-make` feature #423

Closed nyannyacha closed 1 month ago

nyannyacha commented 1 month ago

What kind of change does this PR introduce?

Chore

Description

Removes an unused feature from devcontainer.json. In particular, this feature had a problem with changing the ownership of subdirectories under /usr/local/cargo during enable, so rust-analyzer and cargo would not work properly without typing chown -R vscode:vscode /usr/local/cargo command manually.

github-actions[bot] commented 1 month ago

:tada: This PR is included in version 1.58.12 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: