You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -71,26 +71,6 @@ This plugin is implemented as an [LSP](https://packagecontrol.io/packages/LSP) p
71
71
72
72
## Install the plugin
73
73
74
-
> [!IMPORTANT]
75
-
> At the time of this writing, my pull request to include this package in the default package control channel is pending. As a consequence, For the following steps to work, you will have to first manually add this package as a repository for package controll to search for. In order to do this
76
-
>
77
-
> - Open the command palette `ctrl+shift+p` or `cmd+shift+p`
78
-
> - run `Package Control: Add Repository`
79
-
> - paste the url of this repository: `https://github.com/PythonVoiceCodingPlugin/LSP-pyvoice`
80
-
>
81
-
>
82
-
83
-
> [!WARNING]
84
-
> It is important to note that the aforementioned method is going to perform calls to `api.github.com` which is rate limited for non-authenticated requests. In that case, Package Control is going to print error messages in the sublime console (ctrl + `) and skip
85
-
> our custom repository, causing `LSP-pyvoice` not to show up in the search results. In that case, you can either
86
-
> - wait for the rate limit to reset
87
-
> - provide credentials in package control settings `Preferences > Package Settings > Package Control`
88
-
> - take the `LSP-pyvoice.sublime-package` file from the [latest release](https://github.com/PythonVoiceCodingPlugin/LSP-pyvoice/releases/) and manually paste it to your installed packages directory. To do that `Preferences > Browse Packages` the file Explorer will open inside `~\AppData\Roaming\Sublime Text 3\Packages`. From there navigate to `~\AppData\Roaming\Sublime Text 3\Installed Packages` and paste the file
89
-
> - or you can manually install the package by git cloning this repository to your `Packages` directory
90
-
>
91
-
> I recommend either of the first two methods.
92
-
>
93
-
94
74
95
75
To, install this package via Package Control
96
76
- Open the command palette `ctrl+shift+p` or `cmd+shift+p`
@@ -455,11 +435,11 @@ The following commands are available in the command palette `ctrl+shift+p` or `c
455
435
456
436
To view full traffic, from the command palette (`ctrl+shift+p` or `cmd+shift+p`) run `LSP: Toggle Log Panel` or via right click at the box in the down left corner
0 commit comments