intorust / intorust.vscode

A VSCode extension for learning Rust
Other
9 stars 2 forks source link

make it possible to limit IntoRust to open source or opted-in projects #13

Open nikomatsakis opened 4 weeks ago

nikomatsakis commented 4 weeks ago

Since we will send snippets of code to an LLM, it should be possible to have IntoRust only be enabled on open-source projects (perhaps based on the Cargo.toml license) or some other opt-in. See also #9 .