Code Monkey home page Code Monkey logo

Comments (45)

jfcherng avatar jfcherng commented on August 11, 2024 2

Unfortunately, I just kind of never have this issue. On my side, it just works... no matter project is used or not, single file or not.

And saying not working is not helping. At least run troubleshooting and provide the result here.

from lsp-copilot.

neverbot avatar neverbot commented on August 11, 2024 1

I can only access the settings of the addon, nothing else works for me.

The same happened to me, I tried to reinstall the addon, and nothing. The only command available was Preferences: LSP-copilot settings.

I restarted again Sublime Text and the plugin worked again and all the commands were available.

Cannot provide any more information of why that happened, but is solvable.

from lsp-copilot.

sebaacuna avatar sebaacuna commented on August 11, 2024 1

Installed via Cmd+Shift+P Install Packages.
After install, restarted Sublime.
After restart, Cmd+Shift+P and when searching with "copilot" only "Preferences: LSP-copilot Settings" comes up.
"Copilot: Sign In" does NOT show up in the list.

This is my first install of LSP-Copilot, I had not installed it previously.

Hope this helps.

from lsp-copilot.

bwalkernz avatar bwalkernz commented on August 11, 2024 1

Failed to register plugin "LSP-copilot-master"

So, it looks like you didn't installed this plugin with Package Control (?). But this is not the case in your previous report. I am confused by the situation now. Please remove Packages/LSP-copilot-master directory and restart ST.

this worked thank you.

from lsp-copilot.

MillhioreBT avatar MillhioreBT commented on August 11, 2024 1

Unfortunately, I just kind of never have this issue. On my side, it just works... no matter project is used or not, single file or not.

And saying not working is not helping. At least run troubleshooting and provide the result here.

I don't understand why it's happening but I'm 100% sure it's not this plugin, I checked the code and everything is fine. I did the tests you mentioned out of curiosity and everything is fine.
This problem is probably something occasional with slow or intermittent internet connections.

You just need to restart ST and that's it.

If I find more information and discover something relevant, I will be happy to come back here and notify you. The idea is to always keep this add-on that I love so much as up-to-date as possible.

from lsp-copilot.

chustedde avatar chustedde commented on August 11, 2024 1
  • Created folders LSP and LSP-Copilot under C:\Users\<username>\AppData\Roaming\Sublime Text\Packages
  • Saved the files that came up for the general settings in the respective folders
  • Saved the files that came up for user settings under C:\Users\<username>\AppData\Roaming\Sublime Text\Packages\User

We recommend people installing this Package with Package Control.

I installed via Package Control and still ran into this issue.

from lsp-copilot.

jfcherng avatar jfcherng commented on August 11, 2024

The login command doesn't do anything to me.

What does this mean? You can see the sign-in command, you execute it and nothing happen?


Update:

For people who are still suffering here, providing the output of following steps may help people to help you.

  1. After open a real file on your filesystem, is there LSP-copilot at the bottom-left of the ST window?
  2. What's the output of Copilot: Check Status from the command palette?
  3. What's the output of LSP: Troubleshoot Server from the command palette?
  4. Is there any error message in ST's console? (Ctrl+`)

from lsp-copilot.

jfcherng avatar jfcherng commented on August 11, 2024

Both steps are written in the readme: Restart ST, open a file.

from lsp-copilot.

neverbot avatar neverbot commented on August 11, 2024

Both steps are written in the readme: Restart ST, open a file.

In my case was not on first use after installing the plugin, this problem appeared after a week of use... suddenly most of the sublime text commands were not present (cmd+p, write "copilot", only the settings command appeared).

(I wrote my comment just in case any other people found the issue, to let them know is solvable)

from lsp-copilot.

marimeireles avatar marimeireles commented on August 11, 2024

I see, thanks for chiming in @neverbot, I'll try again. I've restarted sublime and it didn't work. Same as @neverbot described.

from lsp-copilot.

jfcherng avatar jfcherng commented on August 11, 2024

If you see the readme, the first step is OPEN A FILE. NOT searching with "copilot". You have to make sure the plugin is activated (so open a file). There will be "LSP-copilot" on the status bar.

Another potential issue, since you didn't mention, the LSP plugin is a must too.

from lsp-copilot.

mobweb avatar mobweb commented on August 11, 2024

Also worth noting that it may only work when a file of a certain type is opened. Personally I had to have a PHP file open, other file types (don't remember which ones, might've been TXT) did not cause the expected command to appear.

from lsp-copilot.

jfcherng avatar jfcherng commented on August 11, 2024

LSP-copilot should work on all files, literally. But there can be some weird situations that the server is not activated. If it's activated for the current view (file), there will be LSP-copilot at the bottom-left of the ST window.

from lsp-copilot.

bwalkernz avatar bwalkernz commented on August 11, 2024

After installation, restarting and opening a file, I can see "co pilot not signed in" in the status bar when I first open a file. But then I cannot find "Copilot: Sign In" in the command palette?? It then changes to "LSP-copilot" in the status bar.
Screen Shot 2023-03-24 at 2 24 36 PM

from lsp-copilot.

TerminalFi avatar TerminalFi commented on August 11, 2024

After installation, restarting and opening a file, I can see "co pilot not signed in" in the status bar when I first open a file. But then I cannot find "Copilot: Sign In" in the command palette?? It then changes to "LSP-copilot" in the status bar.

Screen Shot 2023-03-24 at 2 24 36 PM

Is there a LSP: Check Status ?

from lsp-copilot.

bwalkernz avatar bwalkernz commented on August 11, 2024

After installation, restarting and opening a file, I can see "co pilot not signed in" in the status bar when I first open a file. But then I cannot find "Copilot: Sign In" in the command palette?? It then changes to "LSP-copilot" in the status bar.
Screen Shot 2023-03-24 at 2 24 36 PM

Is there a LSP: Check Status ?

No

from lsp-copilot.

jfcherng avatar jfcherng commented on August 11, 2024

Fwiw, it's Copilot: Check Status.

from lsp-copilot.

bwalkernz avatar bwalkernz commented on August 11, 2024

Copilot: Check Status

this is not there either.

from lsp-copilot.

jfcherng avatar jfcherng commented on August 11, 2024

Having no idea what's happening as I don't think that's possible.

from lsp-copilot.

jfcherng avatar jfcherng commented on August 11, 2024

Can you run LSP: Troubleshoot Server and select LSP-copilot?

from lsp-copilot.

bwalkernz avatar bwalkernz commented on August 11, 2024

LSP: Troubleshoot Server

Yes that worked

Troubleshooting: LSP-copilot

Version

  • LSP: 1.23.0
  • Sublime Text: 4143

Server Test Run

  • exit code: 0
  • output

Server Configuration

  • command
[
  "${node_bin}", 
  "${server_path}", 
  "--stdio"
]
  • shell command
/usr/local/bin/node "/Users/pod71/Library/Caches/Sublime Text 3/Package Storage/LSP-copilot/16.14.0/language-server/node_modules/copilot-node-server/copilot/dist/agent.js" --stdio
  • selector
source | text | embedding
  • priority_selector
source | text | embedding
  • init_options
{}
  • settings
{
  "auto_ask_completions": true, 
  "completion_style": "popup", 
  "debug": false, 
  "hook_to_auto_complete_command": false, 
  "local_checks": false, 
  "proxy": "", 
  "telemetry": false
}
  • env
{
  "PATH": "/usr/local/bin:/usr/local/bin:/usr/local/bin:/usr/local/bin:/usr/local/bin:/usr/local/bin:"
}

Active view

  • File name
/Users/pod71/sites/te-kaha-2022/components/Footer.js
  • Settings
{
  "auto_complete_selector": "meta.tag, source - comment - string.quoted.double.block - string.quoted.single.block - string.unquoted.heredoc", 
  "lsp_active": true, 
  "syntax": "Packages/Babel/JavaScript (Babel).sublime-syntax"
}
  • base scope
source.js

Project / Workspace

  • folders
[
  "/Users/pod71/sites/te-kaha-2022"
]
  • is project: False

LSP configuration

## System PATH - /opt/homebrew/bin - /opt/homebrew/sbin - /usr/local/bin - /usr/bin - /bin - /usr/sbin - /sbin - /Library/Apple/usr/bin

from lsp-copilot.

jfcherng avatar jfcherng commented on August 11, 2024

Is there any error message in ST's console? (ctrl+ `)

from lsp-copilot.

bwalkernz avatar bwalkernz commented on August 11, 2024

Is there any error message in ST's console? (ctrl+ `)

git: using configuration from system git install
git: tracking working dir /Users/pod71/sites/te-kaha-2022
❌ Copilot has NOT been signed in.
Unable to open /Users/pod71/Library/Application Support/Sublime Text 3/Packages/LSP/LSP.sublime-settings
Unable to open /Users/pod71/Library/Application Support/Sublime Text 3/Packages/User/LSP.sublime-settings
❌ Copilot has NOT been signed in.
Unable to open /Users/pod71/Library/Application Support/Sublime Text 3/Packages/LSP-copilot/LSP-copilot.sublime-settings
Unable to open /Users/pod71/Library/Application Support/Sublime Text 3/Packages/User/LSP-copilot.sublime-settings
❌ Copilot has NOT been signed in.
Unable to open /Users/pod71/Library/Application Support/Sublime Text 3/Packages/LSP-copilot/LSP-copilot.sublime-settings
Unable to open /Users/pod71/Library/Application Support/Sublime Text 3/Packages/User/LSP-copilot.sublime-settings
❌ Copilot has NOT been signed in.
Unable to open /Users/pod71/Library/Application Support/Sublime Text 3/Packages/Package Control/Package Control.sublime-settings
❌ Copilot has NOT been signed in.
no command for selector: noop:
no command for selector: noop:

from lsp-copilot.

jfcherng avatar jfcherng commented on August 11, 2024
Unable to open /Users/pod71/Library/Application Support/Sublime Text 3/Packages/LSP-copilot/LSP-copilot.sublime-settings
Unable to open /Users/pod71/Library/Application Support/Sublime Text 3/Packages/User/LSP-copilot.sublime-settings

Does these happen even if you restart ST?

from lsp-copilot.

bwalkernz avatar bwalkernz commented on August 11, 2024
Unable to open /Users/pod71/Library/Application Support/Sublime Text 3/Packages/LSP-copilot/LSP-copilot.sublime-settings
Unable to open /Users/pod71/Library/Application Support/Sublime Text 3/Packages/User/LSP-copilot.sublime-settings

Does these happen even if you restart ST?

I get these

plugins loaded
Failed to register plugin "LSP-copilot-master"
Traceback (most recent call last):
File "/Users/pod71/Library/Application Support/Sublime Text 3/Installed Packages/LSP.sublime-package/plugin/core/sessions.py", line 997, in _register_plugin_impl
if client_configs.add_external_config(name, settings, base_file, notify_listener):
File "/Users/pod71/Library/Application Support/Sublime Text 3/Installed Packages/LSP.sublime-package/plugin/core/settings.py", line 35, in add_external_config
config = ClientConfig.from_sublime_settings(name, s, file)
File "/Users/pod71/Library/Application Support/Sublime Text 3/Installed Packages/LSP.sublime-package/plugin/core/types.py", line 682, in from_sublime_settings
base = sublime.decode_value(sublime.load_resource(file))
File "/Applications/Sublime Text.app/Contents/MacOS/Lib/python33/sublime.py", line 436, in load_resource
raise IOError('resource "%s" not found' % name)
OSError: resource "Packages/LSP-copilot-master/LSP-copilot-master.sublime-settings" not found

Failed to register plugin "LSP-copilot-master"
Traceback (most recent call last):
File "/Users/pod71/Library/Application Support/Sublime Text 3/Installed Packages/LSP.sublime-package/plugin/core/sessions.py", line 997, in _register_plugin_impl
if client_configs.add_external_config(name, settings, base_file, notify_listener):
File "/Users/pod71/Library/Application Support/Sublime Text 3/Installed Packages/LSP.sublime-package/plugin/core/settings.py", line 35, in add_external_config
config = ClientConfig.from_sublime_settings(name, s, file)
File "/Users/pod71/Library/Application Support/Sublime Text 3/Installed Packages/LSP.sublime-package/plugin/core/types.py", line 682, in from_sublime_settings
base = sublime.decode_value(sublime.load_resource(file))
File "/Applications/Sublime Text.app/Contents/MacOS/Lib/python33/sublime.py", line 436, in load_resource
raise IOError('resource "%s" not found' % name)
OSError: resource "Packages/LSP-copilot-master/LSP-copilot-master.sublime-settings" not found

❌ Copilot has NOT been signed in.
Package Control: No updated packages

from lsp-copilot.

jfcherng avatar jfcherng commented on August 11, 2024

Failed to register plugin "LSP-copilot-master"

So, it looks like you didn't installed this plugin with Package Control (?). But this is not the case in your previous report. I am confused by the situation now. Please remove Packages/LSP-copilot-master directory and restart ST.

from lsp-copilot.

jfcherng avatar jfcherng commented on August 11, 2024

For people who are still suffering here, providing the output of following steps may help people to help you.

  1. After open a real file on your filesystem, is there LSP-copilot at the bottom-left of the ST window?
  2. What's the output of Copilot: Check Status from the command palette?
  3. What's the output of LSP: Troubleshoot Server from the command palette?
  4. Is there any error message in ST's console? (Ctrl+`)

from lsp-copilot.

tomohiro-sawada avatar tomohiro-sawada commented on August 11, 2024

Hello. I have the same issue.

  1. After open a real file on your filesystem, is there LSP-copilot at the bottom-left of the ST window?
    Yes, I get "LSP-copilot" at the bottom left of the screen when I open a php file.

Screenshot 2023-04-04 at 23 48 11

  1. What's the output of Copilot: Check Status from the command palette?

I get back "[LSP-copilot] You haven't signed in yet."

  1. What's the output of LSP: Troubleshoot Server from the command palette?

Troubleshooting: LSP-copilot

Version

  • LSP: 1.23.0
  • Sublime Text: 4143

Server Test Run

  • exit code: 0
  • output

Server Configuration

  • command
[
  "${node_bin}", 
  "${server_path}", 
  "--stdio"
]
  • shell command
/usr/local/bin/node "/Users/tomohirosawada/Library/Caches/Sublime Text 3/Package Storage/LSP-copilot/16.13.1/language-server/node_modules/copilot-node-server/copilot/dist/agent.js" --stdio
  • selector
source | text | embedding
  • priority_selector
source | text | embedding
  • init_options
{}
  • settings
{
  "auto_ask_completions": true, 
  "completion_style": "popup", 
  "debug": false, 
  "hook_to_auto_complete_command": false, 
  "local_checks": false, 
  "proxy": "", 
  "telemetry": false
}
  • env
{
  "PATH": "/usr/local/bin:/usr/local/bin:"
}

Active view

  • File name
/Users/tomohirosawada/Desktop/sample.php
  • Settings
{
  "auto_complete_selector": "meta.tag, source - comment - string.quoted.double.block - string.quoted.single.block - string.unquoted.heredoc", 
  "lsp_active": true, 
  "syntax": "Packages/PHP/PHP.sublime-syntax"
}
  • base scope
embedding.php

Project / Workspace

  • folders
[]
  • is project: False

LSP configuration

## System PATH - /Library/Frameworks/Python.framework/Versions/2.7/bin - /Library/Frameworks/Python.framework/Versions/3.9/bin - /Library/Frameworks/Python.framework/Versions/3.10/bin - /opt/local/bin - /opt/local/sbin - /usr/local/bin - /usr/bin - /bin - /usr/sbin - /sbin - /Library/TeX/texbin - /Library/Apple/usr/bin
  1. Is there any error message in ST's console? (Ctrl+`)

Package Control: Skipping automatic upgrade, last run at 2023-04-04 23:17:47, next run at 2023-04-05 00:17:47 or after
ignored packages updated to: ["LSP-copilot", "RichTextFormat", "Vintage"]
unloading python 3.3 plugin LSP-copilot.boot
reloading settings Packages/LSP-copilot/LSP-copilot.sublime-settings
reloading settings Packages/LSP-copilot/LSP-copilot.sublime-settings
reloading settings Packages/User/Package Control.sublime-settings
reloading settings Packages/User/Preferences.sublime-settings
error: Error trying to load settings: Settings must be a json object in Packages/LSP-copilot/LSP-copilot.sublime-settings
Package Control: The package LSP-copilot has been removed
reloading settings Packages/User/Package Control.sublime-settings
Package Control: The orphaned dependency lsp_utils has been removed
ignored packages updated to: ["0_package_control_loader", "LSP-copilot", "RichTextFormat", "Vintage"]
unloading python 3.3 plugin 0_package_control_loader.00-package_control
unloading python 3.3 plugin 0_package_control_loader.01-pygments
unloading python 3.3 plugin 0_package_control_loader.01-sublime_lib
unloading python 3.3 plugin 0_package_control_loader.10-lsp_utils
unloading python 3.3 plugin 0_package_control_loader.50-backrefs
unloading python 3.3 plugin 0_package_control_loader.50-bracex
unloading python 3.3 plugin 0_package_control_loader.50-markupsafe
unloading python 3.3 plugin 0_package_control_loader.50-pathlib
unloading python 3.3 plugin 0_package_control_loader.50-python-markdown
unloading python 3.3 plugin 0_package_control_loader.50-pyyaml
unloading python 3.3 plugin 0_package_control_loader.51-python-jinja2
unloading python 3.3 plugin 0_package_control_loader.55-mdpopups
unloading python 3.3 plugin 0_package_control_loader.55-wcmatch
Package Control: The orphaned dependency sublime_lib has been removed
reloading settings Packages/User/Package Control.sublime-settings
reloading settings Packages/User/Preferences.sublime-settings
reloading settings Packages/User/Package Control.sublime-settings
reloading settings Packages/User/Preferences.sublime-settings
ignored packages updated to: ["0_package_control_loader", "RichTextFormat", "Vintage"]
reloading settings Packages/User/Package Control.sublime-settings
reloading settings Packages/User/Preferences.sublime-settings
generating syntax summary
reloading settings Packages/User/Preferences.sublime-settings
ignored packages updated to: ["RichTextFormat", "Vintage"]
reloading python 3.3 plugin 0_package_control_loader.00-package_control
reloading python 3.3 plugin 0_package_control_loader.01-pygments
reloading python 3.3 plugin 0_package_control_loader.50-backrefs
reloading python 3.3 plugin 0_package_control_loader.50-bracex
reloading python 3.3 plugin 0_package_control_loader.50-markupsafe
reloading python 3.3 plugin 0_package_control_loader.50-pathlib
reloading python 3.3 plugin 0_package_control_loader.50-python-markdown
reloading python 3.3 plugin 0_package_control_loader.50-pyyaml
reloading python 3.3 plugin 0_package_control_loader.51-python-jinja2
reloading python 3.3 plugin 0_package_control_loader.55-mdpopups
reloading python 3.3 plugin 0_package_control_loader.55-wcmatch
reloading settings Packages/User/Package Control.sublime-settings
reloading settings Packages/User/Preferences.sublime-settings
reloading settings Packages/User/Preferences.sublime-settings
ignored packages updated to: ["LSP-copilot", "RichTextFormat", "Vintage"]
reloading settings Packages/User/Package Control.sublime-settings
reloading settings Packages/User/Preferences.sublime-settings
Package Control: The dependency 'lsp_utils' is not currently installed; installing...
Package Control: The dependency 'lsp_utils' has successfully been installed or updated
Package Control: The dependency 'sublime_lib' is not currently installed; installing...
Package Control: The dependency 'sublime_lib' has successfully been installed or updated
reloading settings Packages/User/Package Control.sublime-settings
generating syntax summary
ignored packages updated to: ["RichTextFormat", "Vintage"]
reloading settings Packages/User/Package Control.sublime-settings
reloading settings Packages/User/Preferences.sublime-settings
reloading settings Packages/LSP-copilot/LSP-copilot.sublime-settings
reloading python 3.3 plugin LSP-copilot.boot
reloading settings Packages/User/Preferences.sublime-settings
[lsp_utils] START output of command: "ci --omit=dev --scripts-prepend-node-path=true --verbose"
npm verb cli /usr/local/bin/node /usr/local/bin/npm
npm info using [email protected]
npm info using [email protected]
npm verb title npm ci
npm verb argv "ci" "--omit" "dev" "--scripts-prepend-node-path" "true" "--loglevel" "verbose"
npm verb logfile logs-max:10 dir:/Users/tomohirosawada/.npm/_logs/2023-04-05T04_02_13_900Z-
npm verb logfile /Users/tomohirosawada/.npm/_logs/2023-04-05T04_02_13_900Z-debug-0.log
npm http fetch POST 200 https://registry.npmjs.org/-/npm/v1/security/advisories/bulk 351ms
npm http fetch GET 200 https://registry.npmjs.org/npm 439ms (cache updated)

added 1 package, and audited 2 packages in 608ms

found 0 vulnerabilities
npm notice
npm notice New minor version of npm available! 9.5.1 -> 9.6.3
npm notice Changelog: https://github.com/npm/cli/releases/tag/v9.6.3
npm notice Run npm install -g [email protected] to update!
npm notice
npm verb exit 0
npm info ok
[lsp_utils] Command output END
❌ Copilot has NOT been signed in.

from lsp-copilot.

jfcherng avatar jfcherng commented on August 11, 2024

Hi @tomohiro-sawada , do you mean there is no Copilot: Sign In in the command palette for you? It looks like your LSP-copilot is just updated. Did you try to restart ST?

from lsp-copilot.

tomohiro-sawada avatar tomohiro-sawada commented on August 11, 2024

from lsp-copilot.

jfcherng avatar jfcherng commented on August 11, 2024

After you fill out the confirmation code and back to ST to "Press OK when completed.", there should be another popup message box. What does it say?

from lsp-copilot.

tomohiro-sawada avatar tomohiro-sawada commented on August 11, 2024

from lsp-copilot.

jfcherng avatar jfcherng commented on August 11, 2024

I don't get a popup message box in Sublime Text after I press ok.

If so, any error in the console or LSP's log panel?

from lsp-copilot.

jfcherng avatar jfcherng commented on August 11, 2024

OK. So this is it, it failed to write into
image

from lsp-copilot.

tomohiro-sawada avatar tomohiro-sawada commented on August 11, 2024

That's right. I don't know how to fix this though. hosts.json exists in that directory.

from lsp-copilot.

tomohiro-sawada avatar tomohiro-sawada commented on August 11, 2024

OK. So this is it, it failed to write into image

I just get back "❌ Copilot has NOT been signed in."
Screenshot 2023-04-05 at 13 51 40

from lsp-copilot.

jfcherng avatar jfcherng commented on August 11, 2024

Check the permission for sure. Or just chmod u+rw on that file. Or maybe something in the upper-level folder's permission gets wrong. Or maybe the file owner is wrong.

from lsp-copilot.

tomohiro-sawada avatar tomohiro-sawada commented on August 11, 2024

Check the permission for sure. Or just chmod u+rw on that file. Or maybe something in the upper-level folder's permission gets wrong. Or maybe the file owner is wrong.

Yes! That did the trick! Thank you very much!

from lsp-copilot.

shjohnson avatar shjohnson commented on August 11, 2024

Just wanted to add that i had a lot of the above problems and was only opening a file straight from terminal and wasnt working. I had to open a file through sublime (as mentioned i know 😞 ) to get things working in case someone else has this issue.

from lsp-copilot.

MillhioreBT avatar MillhioreBT commented on August 11, 2024

It had been a while since I last checked the repository since the time I asked if Copilot for ST existed. I have been experiencing this issue occasionally and it is very annoying, so I came to check if anyone else was experiencing it and yes, I can see that some are.

I suppose this is more related to LSP, although it's strange that LSP-lua doesn't have this issue...

from lsp-copilot.

chustedde avatar chustedde commented on August 11, 2024

I had issues similar to the ones above, where Copilot: Check Status wasn't showing up for me in the Command Palette after restarting ST4 and opening a real file.

In my case, I saw errors in the console when using the commands Preferences: LSP Settings and Preferences: Lsp-copilot Settings .

In both cases, ST4 was unable to find the settings files. Steps to resolve:

  • Created folders LSP and LSP-Copilot under C:\Users\<username>\AppData\Roaming\Sublime Text\Packages
  • Saved the files that came up for the general settings in the respective folders
  • Saved the files that came up for user settings under C:\Users\<username>\AppData\Roaming\Sublime Text\Packages\User
  • Closed ST4 and reopened
  • Followed the rest of the steps from the Readme and they were successful this time

from lsp-copilot.

jfcherng avatar jfcherng commented on August 11, 2024
  • Created folders LSP and LSP-Copilot under C:\Users\<username>\AppData\Roaming\Sublime Text\Packages
  • Saved the files that came up for the general settings in the respective folders
  • Saved the files that came up for user settings under C:\Users\<username>\AppData\Roaming\Sublime Text\Packages\User

We recommend people installing this Package with Package Control.

from lsp-copilot.

jfcherng avatar jfcherng commented on August 11, 2024

I installed via Package Control and still ran into this issue.

See #93 (comment)

from lsp-copilot.

chustedde avatar chustedde commented on August 11, 2024

I installed via Package Control and still ran into this issue.

See #93 (comment)

Yes, that's actually the comment that helped me! I commented with the steps to resolve my situation, in case it helps others with similar issues with ST4 on Win11 who see this. I'm able to use the plugin now, I was just trying to potentially help others who also come across this issue, and document a case that was slightly different from others above.

from lsp-copilot.

cqc-alec avatar cqc-alec commented on August 11, 2024

Had the same issue. Solved by restarting Sublime Text a second time. (I had already restarted it once as per the instructions.) There was also an LSP update at the same time; maybe that had something to do with it.

from lsp-copilot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.