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
Checked that there is not already an Atom package that provides the described functionality: https://atom.io/packages
Description
I can't seem to have an outline for .vue files and there is no autcomplete available. I'm not sure if I need to install a separate package for autocomplete but I'm interested in the outline anyway. This is the console output at the start of atom. Made it as simple as possible by disabling as many packages as I can.
Download and install a fresh atom using https://atom.io/download/deb.
Install packages atom-ide-vue, language-vue, atom-ide-base and atom-ide-ui (to be able to see the console). At this point atom tells us we have two packages that do the same thing: linter and atom-ide-diagnostics and asks if we wanted to remove one of them. Politely decline. Then restart the ide for good measure. This is where we're at:
Add a project folder with a .vue file in it and open the file. Double check if the file is detected as a Vue file. Check if another option for a .vue file is listed. Everything should be in order. The outline view is completely empty. As in no messages about not having an outline either.
Open the console and see the error message (along with some other messages about the error message):
(node:1680380) UnhandledPromiseRejectionWarning: Error: Unhandled method client/registerCapability
at /home/<toramanlis>/.atom/packages/atom-ide-vue/node_modules/vls/dist/vueServerMain.js:1:33573
at /home/<toramanlis>/.atom/packages/atom-ide-vue/node_modules/vls/dist/vueServerMain.js:1:33868
at Immediate.<anonymous> (/home/<toramanlis>/.atom/packages/atom-ide-vue/node_modules/vls/dist/vueServerMain.js:1:34233)
at processImmediate (internal/timers.js:439:21)
(node:1680380) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 2)
(node:1680380) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
Expected behavior:
Having the proper outline for the file and no errors in the console.
Actual behavior:
No outline what so ever. Not the generic empty outline message either. Just the filter bar and that's it.
Reproduces how often:
Every single time consistently.
Versions
$ atom -v
Atom : 1.60.0
Electron: 9.4.4
Chrome : 83.0.4103.122
Node : 12.14.1
Prerequisites
Description
I can't seem to have an outline for
.vue
files and there is no autcomplete available. I'm not sure if I need to install a separate package for autocomplete but I'm interested in the outline anyway. This is the console output at the start of atom. Made it as simple as possible by disabling as many packages as I can.Steps to Reproduce
https://atom.io/download/deb
.atom-ide-vue
,language-vue
,atom-ide-base
andatom-ide-ui
(to be able to see the console). At this point atom tells us we have two packages that do the same thing:linter
andatom-ide-diagnostics
and asks if we wanted to remove one of them. Politely decline. Then restart the ide for good measure. This is where we're at:.vue
file in it and open the file. Double check if the file is detected as a Vue file. Check if another option for a.vue
file is listed. Everything should be in order. The outline view is completely empty. As in no messages about not having an outline either.Expected behavior:
Having the proper outline for the file and no errors in the console.
Actual behavior:
No outline what so ever. Not the generic empty outline message either. Just the filter bar and that's it.
Reproduces how often:
Every single time consistently.
Versions
Additional Information
This is the minimal package list I can reproduce the issue and see the results in the console:
The text was updated successfully, but these errors were encountered: