We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[Error - 12:30:00 AM] Starting client failed Error: spawn ENOTDIR at ChildProcess.spawn (internal/child_process.js:407:11) at Object.spawn (child_process.js:548:9) at /home/<UserName>/.vscode-server/extensions/takemikami.vscode-rdflint-0.1.4/node_modules/vscode-languageclient/lib/main.js:354:40
(Linuxユーザー名はに変更しています)
また、関係があるかは不明ですが、インタラクティブモードをCtrl+Shift+Pから起動しようとすると
ターミナル プロセス "/usr/lib/jvm/java-11-openjdk-amd64/bin/java/bin/java '-jar', '/home/<UserName>/.vscode-server/extensions/takemikami.vscode-rdflint-0.1.4/rdflint-0.1.4.jar', '-i'" が起動に失敗しました (終了コード: 1)。
と、vscodeのデスクトップ通知が出て起動しません。 (自前でjava -jar <rdflintのパス> -iをTerminalで打つと起動します)
java -jar <rdflintのパス> -i
The text was updated successfully, but these errors were encountered:
No branches or pull requests
(Linuxユーザー名はに変更しています)
また、関係があるかは不明ですが、インタラクティブモードをCtrl+Shift+Pから起動しようとすると
と、vscodeのデスクトップ通知が出て起動しません。
(自前で
java -jar <rdflintのパス> -i
をTerminalで打つと起動します)The text was updated successfully, but these errors were encountered: