Skip to content

Commit c4d3284

Browse files
authored
accepted into package control
1 parent 14eb670 commit c4d3284

File tree

1 file changed

+3
-23
lines changed

1 file changed

+3
-23
lines changed

README.md

+3-23
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This is the sublime portion of [pyvoice](https://github.com/PythonVoiceCodingPlu
44

55

66
<div>
7-
<img src="https://github.com/PythonVoiceCodingPlugin/assets/blob/main/pyvoice_logo.png" align="right" height=320 width=320/>
7+
<img src="https://github.com/PythonVoiceCodingPlugin/assets/main/pyvoice_logo.png" align="right" height=320 width=320/>
88
</div>
99

1010
<!-- MarkdownTOC autolink="true" -->
@@ -71,26 +71,6 @@ This plugin is implemented as an [LSP](https://packagecontrol.io/packages/LSP) p
7171

7272
## Install the plugin
7373

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-
9474

9575
To, install this package via Package Control
9676
- 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
455435

456436
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
457437

458-
![](https://github.com/PythonVoiceCodingPlugin/assets/blob/main/sublime/traffic_open.png)
438+
![](https://github.com/PythonVoiceCodingPlugin/assets/main/sublime/traffic_open.png)
459439

460440
you should see a panel like this
461441

462-
![](https://github.com/PythonVoiceCodingPlugin/assets/blob/main/sublime/traffic_logs.png)
442+
![](https://github.com/PythonVoiceCodingPlugin/assets/main/sublime/traffic_logs.png)
463443

464444

465445

0 commit comments

Comments
 (0)