Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSX initial permissions request #80

Open
alycda opened this issue Mar 26, 2025 · 0 comments
Open

OSX initial permissions request #80

alycda opened this issue Mar 26, 2025 · 0 comments

Comments

@alycda
Copy link

alycda commented Mar 26, 2025

OSX has been more strict about disk access: https://stackoverflow.com/questions/61394972/program-would-like-to-access-files-in-your-documents-folder-message-with-v

2025-03-26T18:42:37.851867Z  INFO iwes: starting IWE LSP server    
thread 'main' panicked at crates/liwe/src/fs.rs:31:10:
called `Result::unwrap()` on an `Err` value: Os { code: 13, kind: PermissionDenied, message: "Permission denied" }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
[Info  - 11:42:41 AM] Connection to server got closed. Server will restart.
true
2025-03-26T18:42:41.220557Z  INFO iwes: starting IWE LSP server    
thread 'main' panicked at crates/liwe/src/fs.rs:31:10:
called `Result::unwrap()` on an `Err` value: Os { code: 13, kind: PermissionDenied, message: "Permission denied" }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
[Info  - 11:42:41 AM] Connection to server got closed. Server will restart.
true
2025-03-26T18:42:41.330589Z  INFO iwes: starting IWE LSP server    
thread 'main' panicked at crates/liwe/src/fs.rs:31:10:
called `Result::unwrap()` on an `Err` value: Os { code: 13, kind: PermissionDenied, message: "Permission denied" }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
[Info  - 11:42:41 AM] Connection to server got closed. Server will restart.
true
2025-03-26T18:42:41.403049Z  INFO iwes: starting IWE LSP server    
thread 'main' panicked at crates/liwe/src/fs.rs:31:10:
called `Result::unwrap()` on an `Err` value: Os { code: 13, kind: PermissionDenied, message: "Permission denied" }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
[Info  - 11:42:41 AM] Connection to server got closed. Server will restart.
true
2025-03-26T18:42:41.468826Z  INFO iwes: starting IWE LSP server    
thread 'main' panicked at crates/liwe/src/fs.rs:31:10:
called `Result::unwrap()` on an `Err` value: Os { code: 13, kind: PermissionDenied, message: "Permission denied" }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
[Error - 11:42:41 AM] The IWE Language Server server crashed 5 times in the last 3 minutes. The server will not be restarted. See the output for more information.

I will restart vscode now that I have granted permissions, but is it possible to recognize this issue and allow me to enable permissions before the server rails and won't restart?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant