|
|
|
|
|
by slightwinder
142 days ago
|
|
> It's not just the .vscode folder though, the Python extension for example executes code in order to provide language services. Which code? Its own Code (which the user already trusts anyway), or code from the workspace (automatically)? My expectation with a language-server is that it never code from the workspace in a way which could result in a side effect outside the server gaining understanding about the code. So this makes little sense? |
|