You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While in Untrusted Mode, we would ideally want: 1) still get code highlighting, 2) still have basic code navigation, 3) prevent the compilation of the program completely.
Other editors (nvim, etc.):
The bigger question is can we do something about other editors, that we don't support?
One solution would be to do something like nvim, where the LSP keeps a trust store of what files to trust. But since it's the LSP it would not be that usable, since it can not offer any Popup to make managing it simple. Maybe we don't have any good solution for this case.
Maybe we could at least let the client enable/disable the functionaity by letting the client specify it via the capabilities as a best effort solution for the unsupported editors.
Feed back would be appreciated!
The text was updated successfully, but these errors were encountered:
Currently, simply opening a project can get you compromised, as the LSP will run all
#run
in the code base.To prevent such a case or at least reduce the risk of that happening, I was thinking of the following:
VSCODE:
Other editors (nvim, etc.):
The bigger question is can we do something about other editors, that we don't support?
One solution would be to do something like nvim, where the LSP keeps a trust store of what files to trust. But since it's the LSP it would not be that usable, since it can not offer any Popup to make managing it simple. Maybe we don't have any good solution for this case.
Feed back would be appreciated!
The text was updated successfully, but these errors were encountered: