I'm using Copilot with Sublime Text, and today I started getting an error and can't use the package. I can see that the package was recently updated. Is anyone else experiencing this? Any solutions?
Unable to open /home/fran/.config/sublime-text-3/Packages/LSP-copilot/LSP-copilot.sublime-settings
Unable to initialize language server for LSP-copilot
Traceback (most recent call last):
File "/home/fran/.config/sublime-text-3/Installed Packages/LSP.sublime-package/plugin/core/windows.py", line 285, in start_async
transport = config.create_transport_config().start(
File "/home/fran/.config/sublime-text-3/Installed Packages/LSP.sublime-package/plugin/core/transports.py", line 100, in start
process = TransportConfig.resolve_launch_config(command, env, variables).start(
File "/home/fran/.config/sublime-text-3/Installed Packages/LSP.sublime-package/plugin/core/transports.py", line 457, in start
return _start_subprocess(self.command, stdin, stdout, stderr, startupinfo, self.env, cwd)
File "/home/fran/.config/sublime-text-3/Installed Packages/LSP.sublime-package/plugin/core/transports.py", line 566, in _start_subprocess
process = subprocess.Popen(
File "./python3.8/subprocess.py", line 858, in init
File "./python3.8/subprocess.py", line 1704, in _execute_child
PermissionError: [Errno 13] permission denied: ''
I'm using Copilot with Sublime Text, and today I started getting an error and can't use the package. I can see that the package was recently updated. Is anyone else experiencing this? Any solutions?
Unable to open /home/fran/.config/sublime-text-3/Packages/LSP-copilot/LSP-copilot.sublime-settings
Unable to initialize language server for LSP-copilot
Traceback (most recent call last):
File "/home/fran/.config/sublime-text-3/Installed Packages/LSP.sublime-package/plugin/core/windows.py", line 285, in start_async
transport = config.create_transport_config().start(
File "/home/fran/.config/sublime-text-3/Installed Packages/LSP.sublime-package/plugin/core/transports.py", line 100, in start
process = TransportConfig.resolve_launch_config(command, env, variables).start(
File "/home/fran/.config/sublime-text-3/Installed Packages/LSP.sublime-package/plugin/core/transports.py", line 457, in start
return _start_subprocess(self.command, stdin, stdout, stderr, startupinfo, self.env, cwd)
File "/home/fran/.config/sublime-text-3/Installed Packages/LSP.sublime-package/plugin/core/transports.py", line 566, in _start_subprocess
process = subprocess.Popen(
File "./python3.8/subprocess.py", line 858, in init
File "./python3.8/subprocess.py", line 1704, in _execute_child
PermissionError: [Errno 13] permission denied: ''