Skip to content

Commit 0a439ea

Browse files
committed
release 0.1.0
1 parent 40e3292 commit 0a439ea

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

README.md

-3
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ This plugin is implemented as an [LSP](https://packagecontrol.io/packages/LSP) p
4242
- expressions (properly formatted)
4343
- modules and symbols that can be imported
4444

45-
> [!TIP]
46-
> for example, you have a local variable, called `server` and it has an attribute `project` which itself has has a method `get_environment`,
47-
> then a speech hint would be generated, so that if the user says `server project get environment` , the voice coding system will insert `server.project.get_environment()`
4845

4946

5047

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pyvoice-language-server==0.0.0rc1
1+
pyvoice-language-server==0.1.0

0 commit comments

Comments
 (0)