Skip to content

Commit

Permalink
Updated local dictionary and corrected a few spelling errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbn committed Jul 15, 2024
1 parent 63378bf commit f38abd5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion .wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1944,7 +1944,7 @@ GMP
MPFR
choco
Ventura
Monterey
MontereyLanguageServer
richgo
pythonwheels
sshd
Expand Down Expand Up @@ -2111,3 +2111,9 @@ nordtheme
Nord
nordtheme
eza
zoxide
FractalBoy
PLS
LanguageServer
richterger
Monterey
2 changes: 1 addition & 1 deletion digitalocean/use_doctl.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ I [responded to a question on StackOverflow](https://stackoverflow.com/questions

At the time of responding I was using version: `doctl version 1.98.1-release`

SSH does however still not seem to be availabe:
SSH does however still not seem to be available:

```bash
doctl apps help
Expand Down
2 changes: 1 addition & 1 deletion vscode/perl-language-server_extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ And since I am using `perlbrew` I have to specify the path to the Perl executabl
"pls.syntax.perl": "/Users/jonasbn/perl5/perlbrew/perls/perl-5.40.0/bin/perl"
```

There are possibly smart ways to work with this and I am still exploring the possibilities. The reason for ending here was that it does not seem possible to use the **VScode** variables in the configuration, which would have been a great way to specify the path to the varies libries along the lines of this:
There are possibly smart ways to work with this and I am still exploring the possibilities. The reason for ending here was that it does not seem possible to use the **VScode** variables in the configuration, which would have been a great way to specify the path to the varies libraries along the lines of this:

```
"pls.inc": [
Expand Down

0 comments on commit f38abd5

Please sign in to comment.