TwoOneSix
TwoOneSix
Same issue here. Version: 1.76.2 Commit: ee2b180d582a7f601fa6ecfdad8d9fd269ab1884 Date: 2023-03-14T17:57:21.103Z Electron: 19.1.11 Chromium: 102.0.5005.196 Node.js: 16.14.2 V8: 10.2.154.26-electron.0 OS: Linux x64 6.2.7-200.fc37.x86_64 Sandboxed: Yes Extension: [0.11.3] - 2023-01-18 Error: /proc/self/exe: require('/home/{user}/.vscode/extensions/ms-vscode.azure-account-0.11.3/dist/cloudConsoleLauncher').main():...
Same result going back 2 versions. Restarted the system between both instances.
Updated to March 2023 (version 1.77). Same error on both 0.11.3 and 0.11.2 Version: 1.77.0 Commit: 7f329fe6c66b0f86ae1574c2911b681ad5a45d63 Date: 2023-03-29T10:05:35.165Z Electron: 19.1.11 Chromium: 102.0.5005.196 Node.js: 16.14.2 V8: 10.2.154.26-electron.0 OS: Linux x64...
> Also this seems to be Linux specific. Yes, I have the same setup on my Windows PC and it works without issue.
> Can you verify that the files in the error message exist? > > 1. `/home/user/.vscode/extensions/ms-vscode.azure-account-0.11.3/bin/node.sh` > 2. `/home/{user}/.vscode/extensions/ms-vscode.azure-account-0.11.3/dist/cloudConsoleLauncher` > > Thanks. Yes, those files exist. $ ls /home/{user}/.vscode/extensions/ms-vscode.azure-account-0.11.3/bin/node.sh /home/{user}/.vscode/extensions/ms-vscode.azure-account-0.11.3/bin/node.sh...
The file is currently -rw-r--r--. 1 What permissions would you like me to set and test?
``` $ sudo ausearch -m AVC,USER_AVC -ts recent ``` ``` $ ps -p $$ PID TTY TIME CMD 7274 pts/0 00:00:00 bash ``` ``` [user@machine bin]$ ./node.sh [user@machine bin]$ ```
Initially, I did not have nodejs installed, so the command returned this: ``` $ /home/{user}/.vscode/extensions/ms-vscode.azure-account-0.11.3/bin/node.sh /usr/bin/node -e "console.log(require('/home/{user}/.vscode/extensions/ms-vscode.azure-account-0.11.3/dist/cloudConsoleLauncher'))" /home/{user}/.vscode/extensions/ms-vscode.azure-account-0.11.3/bin/node.sh: line 2: /usr/bin/node: No such file or directory ``` I installed...
Updated to 1.77.1. Same error on both 0.11.3 and 0.11.2 Version: 1.77.1 Commit: b7886d7461186a5eac768481578c1d7ca80e2d21 Date: 2023-04-04T23:20:37.202Z Electron: 19.1.11 Chromium: 102.0.5005.196 Node.js: 16.14.2 V8: 10.2.154.26-electron.0 OS: Linux x64 6.2.9-200.fc37.x86_64 Sandboxed: Yes
Updated to v0.11.4. Same error other than the path reference to 0.11.4. Also, I'm now working on a clean Fedora 38 workstation. Version: 1.77.3 Commit: 704ed70d4fd1c6bd6342c436f1ede30d1cff4710 Date: 2023-04-12T09:16:52.732Z Electron: 19.1.11...