Terminal
Terminal
Can be done using the below. However it then appends a custom class that overrides these classes anyway ``` toast.success('Group created successfully!', { className: 'dark:bg-green-500', duration: 50000 }); ```
> Was this fixed somehow? Mmm this is working for me currently. Let me ensure I don’t have. Local changes.
Gopls now sends a response containing a Token The Token will eventually return the response.
The logs look like ``` :: [08:56:29.716] --> gopls workspace/executeCommand (23): {'arguments': [{'uri': 'file:///Users/terminal/git/livesession/...'}], 'command': 'gopls.run_govulncheck'} :: [08:56:29.718] >> gopls (9) (duration: 0ms): None :: [08:56:29.718]
I will test your source tonight. My initial gut feeling is this is gopls and not our plugin.
@alvarolm Sorry for the delay. But I can not replicate your issues. This is working as expected for me. https://github.com/sublimelsp/LSP-gopls/assets/32599364/dbc98ac3-0934-493d-b131-ca45a65bfaaf
This is not a plugin issue. That would be a Sublime text issue
> The biggest bottleneck is in ST handling the completions that it was handed through its API. This is what is causing the editor to freeze. We should at least...
@0xdevalias If this is a CLI tool, then there is no reason it can't be called from python to operate on the ST buffer and provide the TOC you desire....