Skip to content

Commit

Permalink
chore: autocomplete improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeart committed Oct 1, 2023
1 parent 92fbee8 commit 0689cfe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "(aka uELS, Unstable Ember Language Server), Provides features like auto complete, goto definition and diagnostics for Ember.js projects",
"author": "Aleksandr Kanunnikov <lifeart92@gmail.com>",
"license": "MIT",
"version": "3.0.51",
"version": "3.0.52",
"publisher": "lifeart",
"icon": "assets/icon.png",
"keywords": [
Expand Down Expand Up @@ -182,7 +182,7 @@
"p-limit": "^4.0.0",
"yocto-queue": "^1.0.0",
"path-exists": "5.0.0",
"@lifeart/ember-language-server": "2.29.0",
"@lifeart/ember-language-server": "2.30.0",
"vscode-languageclient": "7.0.0"
},
"volta": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -568,10 +568,10 @@
dependencies:
"@babel/traverse" "^7.17.0"

"@lifeart/ember-language-server@2.29.0":
version "2.29.0"
resolved "https://registry.yarnpkg.com/@lifeart/ember-language-server/-/ember-language-server-2.29.0.tgz#e1098786b9326dc9de9d1b68b2eb53c5ab381e7e"
integrity sha512-BKlPRf7aXRS9qSZXvi4Pi5D9FdiKEj8fIHMNySh0KR7sDkkWezDY2wN3m4zgeby7kw9JHghTYaceo5XHRCFbSA==
"@lifeart/ember-language-server@2.30.0":
version "2.30.0"
resolved "https://registry.yarnpkg.com/@lifeart/ember-language-server/-/ember-language-server-2.30.0.tgz#966db96863ca1d33b30c64ab1433cbf0c3fad171"
integrity sha512-KoOS7ecV3r0mxIRt0ikh1Gg+M9eyQsdYa6DbE/oaWlmuzGh6g22TCbHw7Cvam13MW5PRaOLnkc3iTNCp8J9Zfg==
dependencies:
"@glimmer/syntax" "0.84.3"
"@lifeart/ember-extract-inline-templates" "2.2.0"
Expand Down

0 comments on commit 0689cfe

Please sign in to comment.