-
Notifications
You must be signed in to change notification settings - Fork 7
Vue Language Server crashes when I open a [second?] project #33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi there, thanks for reporting this. I never experienced such a problem but I'll check at your log as soon as possible and let you know. |
Hi there, I've seen you logs. Unfortunately the issue you are experiencing is not in the scope of nova-vue. Under the hood the extension is using VLS. That is the language server for Vue developed in the scope of the Vetur project for VSCode. In the logs, as you can see, there are two sources: Vue and Vue Language Server. All the issues with Vue Language Server are not in my direct control. Maybe you can try to report this to the Vetur team. Apart from that I can tell you that your nova-vue is using the correct version of VLS (0.5.10) so maybe this crash is due to something in your projects. Is this happening with every project you open? |
Thanks for taking a look, Tommaso. Yes, every project. I'll try reporting to the Vetur team. |
If I have more than one Project / Nova window open the Vue Language Server endlessly crashes. It used to stay up and running after restarting until I changed the focus to another Nova Window/Project. But now with version 8.x of Nova it crashes as soon as I restart it. It's impossible work on a vue project with another Nova window open. |
HI there! I'm sorry that you're experiencing this 😕 Unfortunately I tried opening multiple vue projects at once and everything works fine on my side... A suggestion I can give you is to try to disable all the other Nova extensions except for Vue and see if any of those are causing the crash. It already happened that two extensions were in conflict with each other. Otherwise I ask you if you can send me your extension console output for "Vue" and "Vue Language Server". Thanks |
After a few seconds running the extension, I get the same error-message. Always. I click restart and after a few more seconds again. Here is my output from the console: Vue[14:00:59.093000] Goodbye from Vue 👋 Vue[14:00:59.093000] Reloading Vue Language Server... Vue[14:01:03.219000] VLS Version 0.5.10 Vue[14:01:03.220000] Vue Version 3.2.27 Vue Language Server[14:01:04.482000] [INFO ] Find node_modules paths in /Volumes/Macintosh HD/Users/username/project - 28ms Vue Language Server[14:01:04.482000] [INFO ] Loaded bundled [email protected]. Vue Language Server[14:01:04.483000] [INFO ] Loaded bundled prettier. Vue Language Server[14:01:04.483000] [INFO ] Loaded bundled @starptech/prettyhtml. Vue Language Server[14:01:04.483000] [INFO ] Loaded bundled prettier-eslint. Vue Language Server[14:01:04.483000] [INFO ] Loaded bundled prettier-tslint. Vue Language Server[14:01:04.484000] [INFO ] Loaded bundled stylus-supremacy. Vue Language Server[14:01:04.523000] [INFO ] Loaded bundled @prettier/plugin-pug. Vue Language Server[14:01:04.523000] Vetur initialized Vue Language Server[14:01:05.162000] /Users/username/Library/Application Support/Nova/Extensions/com.tommasonegri.Vue/dependencyManagement/node_modules/vls/dist/vls.js:674 Vue Language Server[14:01:05.162000] ${e.message}`,source:"eslint-plugin-vue",severity:e.severity===1?Dw.DiagnosticSeverity.Warning:Dw.DiagnosticSeverity.Error}}s(Est,"toDiagnostic");async function Lre(e,t){var o;let r=e.getText();if(r.replace(/\s/g,"")==="")return[];let n=r.replace(/ {10}/,"")+"",i=await t.lintText(n,{filePath:e.uri});return(o=i==null?void 0:i[0].messages.map(Est))!=null?o:[]}s(Lre,"doESLintValidation");function Mre(e){let t=__dirname,r=e===Ul.V30?iT.configs["vue3-essential"]:iT.configs.essential;return new Fre.ESLint({useEslintrc:!1,cwd:t,baseConfig:iT.configs.base,overrideConfig:r})}s(Mre,"createLintEngine");var qre=Be(Xn()),zre=Be(ri()),Tst=[Ae.StartTagOpen,Ae.EndTagOpen,Ae.Whitespace];function jre(e,t,r,n){let i=e.offsetAt(t),o=r.findNodeAt(i);if(!o||!o.tag)return[];function a(g,y,_){if(n&&n.componentInfo.childComponents)for(let k of n.componentInfo.childComponents){if(![g,g.toLowerCase(),zre.kebabCase(g)].includes(k.name))continue;if(!k.definition)continue;let S={uri:Kr.file(k.definition.path).toString(),range:qre.Range.create(0,0,0,0)};return[S]}return[]}s(a,"getTagDefinition");let l=o.endTagStart&&i>=o.endTagStart,c=l?o.endTagStart:o.start,u=ys(e.getText(),c),h=u.scan();function f(){if(h===Ae.EOS)return!1;let g=u.getTokenEnd();return g<i?!0:g===i?Tst.includes(h):!1}for(s(f,"shouldAdvance");f();)h=u.scan();if(i>u.getTokenEnd())return[];let m={start:e.positionAt(u.getTokenOffset()),end:e.positionAt(u.getTokenEnd())};switch(h){case Ae.StartTag:return a(o.tag,m,!0);case Ae.EndTag:return a(o.tag,m,!1)}return[]}s(jre,"findDefinition");var Ast=["area","base","br","col","embed","hr","img","input","keygen","link","menuitem","meta","param","source","track","wbr"];function sT(e){return!!e&&Rst(Ast,e.toLowerCase(),(t,r)=>t.localeCompare(r))>=0}s(sT,"isVoidElement");function Bre(e){let[t,r]=e.split(":");return{label:t,type:r}}s(Bre,"genAttr");function Le(e,t){let r=t&&t.map(Bre);return new Va(e,r)}s(Le,"genTag");var D5={html:Le("The html element represents the root of an HTML document.",["manifest"]),head:Le("The head element represents a collection of metadata for the Document."),title:Le("The title element represents the document's title or name. Authors should use titles that identify their documents even when they are used out of context, for example in a user's history or bookmarks, or in search results. The document's title is often different from its first heading, since the first heading does not have to stand alone when taken out of context."),base:Le("The base element allows authors to specify the document base URL for the purposes of resolving relative URLs, and the name of the default browsing context for the purposes of following hyperlinks. The element does not represent any content beyond this information.",["href","target"]),link:Le("The link element allows authors to link their document to other resources.",["href","crossorigin:xo","rel","media","hreflang","type","sizes"]),meta:Le("The meta element represents various kinds of metadata that cannot be expressed using the title, base, link, style, and script elements.",["name","http-equiv","content","charset"]),style:Le("The style element allows authors to embed style information in their documents. The style element is one of several inputs to the styling processing model. The element does not represent content for the user.",["media","nonce","type","scoped:v"]),body:Le("The body element represents the content of the document.",["onafterprint","onbeforeprint","onbeforeunload","onhashchange","onlanguagechange","onmessage","onoffline","ononline","onpagehide","onpageshow","onpopstate","onstorage","onunload"]),article:Le("The article element represents a complete, or self-contained, composition in a document, page, application, or site and that is, in principle, independently distributable or reusable, e.g. in syndication. This could be a forum post, a magazine or newspaper article, a blog entry, a user-submitted comment, an interactive widget or gadget, or any other independent item of content. Each article should be identified, typically by including a heading (h1\u2013h6 element) as a child of the article element."),section:Le("The section element represents a generic section of a document or application. A section, in this context, is a thematic grouping of content. Each section should be identified, typically by including a heading ( h1- h6 element) as a child of the section element."),nav:Le("The nav element represents a section of a page that links to other pages or to parts within the page: a section with navigation links."),aside:Le("The aside element represents a section of a page that consists of content that is tangentially related to the content around the aside element, and which could be considered separate from that content. Such sections are often represented as sidebars in printed typography."),h1:Le("The h1 element represents a section heading."),h2:Le("The h2 element represents a section heading."),h3:Le("The h3 element represents a section heading."),h4:Le("The h4 element represents a section heading."),h5:Le("The h5 element represents a section heading."),h6:Le("The h6 element represents a section heading."),header:Le("The header element represents introductory content for its nearest ancestor sectioning content or sectioning root element. A header typically contains a group of introductory or navigational aids. When the nearest ancestor sectioning content or sectioning root element is the body element, then it applies to the whole page."),footer:Le("The footer element represents a footer for its nearest ancestor sectioning content or sectioning root element. A footer typically contains information about its section such as who wrote it, links to related documents, copyright data, and the like."),address:Le("The address element represents the contact information for its nearest article or body element ancestor. If that is the body element, then the contact information applies to the document as a whole."),p:Le("The p element represents a paragraph."),hr:Le("The hr element represents a paragraph-level thematic break, e.g. a scene change in a story, or a transition to another topic within a section of a reference book."),pre:Le("The pre element represents a block of preformatted text, in which structure is represented by typographic conventions rather than by elements."),blockquote:Le("The blockquote element represents content that is quoted from another source, optionally with a citation which must be within a footer or cite element, and optionally with in-line changes such as annotations and abbreviations.",["cite"]),ol:Le("The ol element represents a list of items, where the items have been intentionally ordered, such that changing the order would change the meaning of the document.",["reversed:v","start","type:lt"]),ul:Le("The ul element represents a list of items, where the order of the items is not important \u2014 that is, where changing the order would not materially change the meaning of the document."),li:Le("The li element represents a list item. If its parent element is an ol, ul, or menu element, then the element is an item of the parent element's list, as defined for those elements. Otherwise, the list item has no defined list-related relationship to any other li element.",["value"]),dl:Le("The dl element represents an association list consisting of zero or more name-value groups (a description list). A name-value group consists of one or more names (dt elements) followed by one or more values (dd elements), ignoring any nodes other than dt and dd elements. Within a single dl element, there should not be more than one dt element for each name."),dt:Le("The dt element represents the term, or name, part of a term-description group in a description list (dl element)."),dd:Le("The dd element represents the description, definition, or value, part of a term-description group in a description list (dl element)."),figure:Le("The figure element represents some flow content, optionally with a caption, that is self-contained (like a complete sentence) and is typically referenced as a single unit from the main flow of the document."),figcaption:Le("The figcaption element represents a caption or legend for the rest of the contents of the figcaption element's parent figure element, if any."),main:Le("The main element represents the main content of the body of a document or application. The main content area consists of content that is directly related to or expands upon the central topic of a document or central functionality of an application."),div:Le("The div element has no special meaning at all. It represents its children. It can be used with the class, lang, and title attributes to mark up semantics common to a group of consecutive elements."),a:Le("If the a element has an href attribute, then it represents a hyperlink (a hypertext anchor) labeled by its contents.",["href","target","download","ping","rel","hreflang","type"]),em:Le("The em element represents stress emphasis of its contents."),strong:Le("The strong element represents strong importance, seriousness, or urgency for its contents."),small:Le("The small element represents side comments such as small print."),s:Le("The s element represents contents that are no longer accurate or no longer relevant."),cite:Le("The cite element represents a reference to a creative work. It must include the title of the work or the name of the author(person, people or organization) or an URL reference, or a reference in abbreviated form as per the conventions used for the addition of citation metadata."),q:Le("The q element represents some phrasing content quoted from another source.",["cite"]),dfn:Le("The dfn element represents the defining instance of a term. The paragraph, description list group, or section that is the nearest ancestor of the dfn element must also contain the definition(s) for the term given by the dfn element."),abbr:Le("The abbr element represents an abbreviation or Vue Language Server[14:01:05.162000] acronym, optionally with its expansion. The title attribute may be used to provide an expansion of the abbreviation. The attribute, if specified, must contain an expansion of the abbreviation, and nothing else."),ruby:Le("The ruby element allows one or more spans of phrasing content to be marked with ruby annotations. Ruby annotations are short runs of text presented alongside base text, primarily used in East Asian typography as a guide for pronunciation or to include other annotations. In Japanese, this form of typography is also known as furigana. Ruby text can appear on either side, and sometimes both sides, of the base text, and it is possible to control its position using CSS. A more complete introduction to ruby can be found in the Use Cases & Exploratory Approaches for Ruby Markup document as well as in CSS Ruby Module Level 1. [RUBY-UC] [CSSRUBY]"),rb:Le("The rb element marks the base text component of a ruby annotation. When it is the child of a ruby element, it doesn't represent anything itself, but its parent ruby element uses it as part of determining what it represents."),rt:Le("The rt element marks the ruby text component of a ruby annotation. When it is the child of a ruby element or of an rtc element that is itself the child of a ruby element, it doesn't represent anything itself, but its ancestor ruby element uses it as part of determining what it represents."),rp:Le("The rp element is used to provide fallback text to be shown by user agents that don't support ruby annotations. One widespread convention is to provide parentheses around the ruby text component of a ruby annotation."),time:Le("The time element represents its contents, along with a machine-readable form of those contents in the datetime attribute. The kind of content is limited to various kinds of dates, times, time-zone offsets, and durations, as described below.",["datetime"]),code:Le("The code element represents a fragment of computer code. This could be an XML element name, a file name, a computer program, or any other string that a computer would recognize."),var:Le("The var element represents a variable. This could be an actual variable in a mathematical expression or programming context, an identifier representing a constant, a symbol identifying a physical quantity, a function parameter, or just be a term used as a placeholder in prose."),samp:Le("The samp element represents sample or quoted output from another program or computing system."),kbd:Le("The kbd element represents user input (typically keyboard input, although it may also be used to represent other input, such as voice commands."),sub:Le("The sub element represents a subscript."),sup:Le("The sup element represents a superscript."),i:Le("The i element represents a span of text in an alternate voice or mood, or otherwise offset from the normal prose in a manner indicating a different quality of text, such as a taxonomic designation, a technical term, an idiomatic phrase from another language, transliteration, a thought, or a ship name in Western texts."),b:Le("The b element represents a span of text to which attention is being drawn for utilitarian purposes without conveying any extra importance and with no implication of an alternate voice or mood, such as key words in a document abstract, product names in a review, actionable words in interactive text-driven software, or an article lede."),u:Le("The u element represents a span of text with an unarticulated, though explicitly rendered, non-textual annotation, such as labeling the text as being a proper name in Chinese text (a Chinese proper name mark), or labeling the text as being misspelt."),mark:Le("The mark element represents a run of text in one document marked or highlighted for reference purposes, due to its relevance in another context. When used in a quotation or other block of text referred to from the prose, it indicates a highlight that was not originally present but which has been added to bring the reader's attention to a part of the text that might not have been considered important by the original author when the block was originally written, but which is now under previously unexpected scrutiny. When used in the main prose of a document, it indicates a part of the document that has been highlighted due to its likely relevance to the user's current activity."),bdi:Le("The bdi element represents a span of text that is to be isolated from its surroundings for the purposes of bidirectional text formatting. [BIDI]"),bdo:Le("The bdo element represents explicit text directionality formatting control for its children. It allows authors to override the Unicode bidirectional algorithm by explicitly specifying a direction override. [BIDI]"),span:Le("The span element doesn't mean anything on its own, but can be useful when used together with the global attributes, e.g. class, lang, or dir. It represents its children."),br:Le("The br element represents a line break."),wbr:Le("The wbr element represents a line break opportunity."),ins:Le("The ins element represents an addition to the document."),del:Le("The del element represents a removal from the document.",["cite","datetime"]),picture:Le("The picture element is a container which provides multiple sources to its contained img element to allow authors to declaratively control or give hints to the user agent about which image resource to use, based on the screen pixel density, viewport size, image format, and other factors. It represents its children."),img:Le("An img element represents an image.",["alt","src","srcset","crossorigin:xo","usemap","ismap:v","width","height"]),iframe:Le("The iframe element represents a nested browsing context.",["src","srcdoc","name","sandbox:sb","seamless:v","allowfullscreen:v","width","height"]),embed:Le("The embed element provides an integration point for an external (typically non-HTML) application or interactive content.",["src","type","width","height"]),object:Le("The object element can represent an external resource, which, depending on the type of the resource, will either be treated as an image, as a nested browsing context, or as an external resource to be processed by a plugin.",["data","type","typemustmatch:v","name","usemap","form","width","height"]),param:Le("The param element defines parameters for plugins invoked by object elements. It does not represent anything on its own.",["name","value"]),video:Le("A video element is used for playing videos or movies, and audio files with captions.",["src","crossorigin:xo","poster","preload:pl","autoplay:v","mediagroup","loop:v","muted:v","controls:v","width","height"]),audio:Le("An audio element represents a sound or audio stream.",["src","crossorigin:xo","preload:pl","autoplay:v","mediagroup","loop:v","muted:v","controls:v"]),source:Le("The source element allows authors to specify multiple alternative media resources for media elements. It does not represent anything on its own.",["src","type"]),track:Le("The track element allows authors to specify explicit external timed text tracks for media elements. It does not represent anything on its own.",["default:v","kind:tk","label","src","srclang"]),map:Le("The map element, in conjunction with an img element and any area element descendants, defines an image map. The element represents its children.",["name"]),area:Le("The area element represents either a hyperlink with some text and a corresponding area on an image map, or a dead area on an image map.",["alt","coords","shape:sh","href","target","download","ping","rel","hreflang","type"]),table:Le("The table element represents data with more than one dimension, in the form of a table.",["sortable:v","border"]),caption:Le("The caption element represents the title of the table that is its parent, if it has a parent and that is a table element."),colgroup:Le("The colgroup element represents a group of one or more columns in the table that is its parent, if it has a parent and that is a table element.",["span"]),col:Le("If a col element has a parent and that is a colgroup element that itself has a parent that is a table element, then the col element represents one or more columns in the column group represented by that colgroup.",["span"]),tbody:Le("The tbody element represents a block of rows that consist of a body of data for the parent table element, if the tbody element has a parent and it is a table."),thead:Le("The thead element represents the block of rows that consist of the column labels (headers) for the parent table element, if the thead element has a parent and it is a table."),tfoot:Le("The tfoot element represents the block of rows that consist of the column summaries (footers) for the parent table element, if the tfoot element has a parent and it is a table."),tr:Le("The tr element represents a row of cells in a table."),td:Le("The td element represents a data cell in a table.",["colspan","rowspan","headers"]),th:Le("The th element represents a header cell in a table.",["colspan","rowspan","headers","scope:s","sorted","abbr"]),form:Le("The form element represents a collection of form-associated elements, some of which can represent editable values that can be submitted to a server for processing.",["accept-charset","action","autocomplete:o","enctype:et","method:m","name","novalidate:v","target"]),label:Le("The label element represents a caption in a user interface. The caption can be associated with a specific form control, known as the label element's labeled control, either using the for attribute, or by putting the form control inside the label element itself.",["form","for"]),input:Le("The input element represents a typed data field, usually with a form control to allow the user to edit the data.",["accept","alt","autocomplete:inputautocomplete","autofocus:v","checked:v","dirname","disabled:v","form","formaction","formenctype:et","formmethod:fm","formnovalidate:v","formtarget","height","inputmode:im","list","max","maxlength","min","minlength","multiple:v","nam Vue Language Server[14:01:05.162000] e","pattern","placeholder","readonly:v","required:v","size","src","step","type:t","value","width"]),button:Le("The button element represents a button labeled by its contents.",["autofocus:v","disabled:v","form","formaction","formenctype:et","formmethod:fm","formnovalidate:v","formtarget","name","type:bt","value"]),select:Le("The select element represents a control for selecting amongst a set of options.",["autocomplete:inputautocomplete","autofocus:v","disabled:v","form","multiple:v","name","required:v","size"]),datalist:Le("The datalist element represents a set of option elements that represent predefined options for other controls. In the rendering, the datalist element represents nothing and it, along with its children, should be hidden."),optgroup:Le("The optgroup element represents a group of option elements with a common label.",["disabled:v","label"]),option:Le("The option element represents an option in a select element or as part of a list of suggestions in a datalist element.",["disabled:v","label","selected:v","value"]),textarea:Le("The textarea element represents a multiline plain text edit control for the element's raw value. The contents of the control represent the control's default value.",["autocomplete:inputautocomplete","autofocus:v","cols","dirname","disabled:v","form","inputmode:im","maxlength","minlength","name","placeholder","readonly:v","required:v","rows","wrap:w"]),output:Le("The output element represents the result of a calculation performed by the application, or the result of a user action.",["for","form","name"]),progress:Le("The progress element represents the completion progress of a task. The progress is either indeterminate, indicating that progress is being made but that it is not clear how much more work remains to be done before the task is complete (e.g. because the task is waiting for a remote host to respond), or the progress is a number in the range zero to a maximum, giving the fraction of work that has so far been completed.",["value","max"]),meter:Le("The meter element represents a scalar measurement within a known range, or a fractional value; for example disk usage, the relevance of a query result, or the fraction of a voting population to have selected a particular candidate.",["value","min","max","low","high","optimum"]),fieldset:Le("The fieldset element represents a set of form controls optionally grouped under a common name.",["disabled:v","form","name"]),legend:Le("The legend element represents a caption for the rest of the contents of the legend element's parent fieldset element, if any."),details:Le("The details element represents a disclosure widget from which the user can obtain additional information or controls.",["open:v"]),summary:Le("The summary element represents a summary, caption, or legend for the rest of the contents of the summary element's parent details element, if any."),dialog:Le("The dialog element represents a part of an application that a user interacts with to perform a task, for example a dialog box, inspector, or window."),script:Le("The script element allows authors to include dynamic script and data blocks in their documents. The element does not represent content for the user.",["src","type","charset","async:v","defer:v","crossorigin:xo","nonce"]),noscript:Le("The noscript element represents nothing if scripting is enabled, and represents its children if scripting is disabled. It is used to present different markup to user agents that support scripting and those that don't support scripting, by affecting how the document is parsed."),canvas:Le("The canvas element provides scripts with a resolution-dependent bitmap canvas, which can be used for rendering graphs, game graphics, art, or other visual images on the fly.",["width","height"])};function Wre(){let e=["aria-activedescendant","aria-atomic:b","aria-autocomplete:autocomplete","aria-busy:b","aria-checked:tristate","aria-colcount","aria-colindex","aria-colspan","aria-controls","aria-current:current","aria-describedat","aria-describedby","aria-disabled:b","aria-dropeffect:dropeffect","aria-errormessage","aria-expanded:u","aria-flowto","aria-grabbed:u","aria-haspopup:b","aria-hidden:b","aria-invalid:invalid","aria-kbdshortcuts","aria-label","aria-labelledby","aria-level","aria-live:live","aria-modal:b","aria-multiline:b","aria-multiselectable:b","aria-orientation:orientation","aria-owns","aria-placeholder","aria-posinset","aria-pressed:tristate","aria-readonly:b","aria-relevant:relevant","aria-required:b","aria-roledescription","aria-rowcount","aria-rowindex","aria-rowspan","aria-selected:u","aria-setsize","aria-sort:sort","aria-valuemax","aria-valuemin","aria-valuenow","aria-valuetext","accesskey","class","contenteditable:b","contextmenu","dir:d","draggable:b","dropzone","hidden:v","id","itemid","itemprop","itemref","itemscope:v","itemtype","lang","role:roles","spellcheck:b","style","tabindex","title","translate:y"].map(Bre),t=["abort","blur","canplay","canplaythrough","change","click","contextmenu","dblclick","drag","dragend","dragenter","dragleave","dragover","dragstart","drop","durationchange","emptied","ended","error","focus","formchange","forminput","input","invalid","keydown","keypress","keyup","load","loadeddata","loadedmetadata","loadstart","mousedown","mousemove","mouseout","mouseover","mouseenter","mouseleave","mouseup","mousewheel","pause","play","playing","progress","ratechange","reset","resize","readystatechange","scroll","seeked","seeking","select","show","stalled","submit","suspend","timeupdate","volumechange","waiting"],r={b:["true","false"],u:["true","false","undefined"],o:["on","off"],y:["yes","no"],w:["soft","hard"],d:["ltr","rtl","auto"],m:["GET","POST","dialog"],fm:["GET","POST"],s:["row","col","rowgroup","colgroup"],t:["hidden","text","search","tel","url","email","password","datetime","date","month","week","time","datetime-local","number","range","color","checkbox","radio","file","submit","image","reset","button"],im:["verbatim","latin","latin-name","latin-prose","full-width-latin","kana","kana-name","katakana","numeric","tel","email","url"],bt:["button","submit","reset","menu"],lt:["1","a","A","i","I"],mt:["context","toolbar"],mit:["command","checkbox","radio"],et:["application/x-www-form-urlencoded","multipart/form-data","text/plain"],tk:["subtitles","captions","descriptions","chapters","metadata"],pl:["none","metadata","auto"],sh:["circle","default","poly","rect"],xo:["anonymous","use-credentials"],sb:["allow-forms","allow-modals","allow-pointer-lock","allow-popups","allow-popups-to-escape-sandbox","allow-same-origin","allow-scripts","allow-top-navigation"],tristate:["true","false","mixed","undefined"],inputautocomplete:["additional-name","address-level1","address-level2","address-level3","address-level4","address-line1","address-line2","address-line3","bday","bday-year","bday-day","bday-month","billing","cc-additional-name","cc-csc","cc-exp","cc-exp-month","cc-exp-year","cc-family-name","cc-given-name","cc-name","cc-number","cc-type","country","country-name","current-password","email","family-name","fax","given-name","home","honorific-prefix","honorific-suffix","impp","language","mobile","name","new-password","nickname","organization","organization-title","pager","photo","postal-code","sex","shipping","street-address","tel-area-code","tel","tel-country-code","tel-extension","tel-local","tel-local-prefix","tel-local-suffix","tel-national","transaction-amount","transaction-currency","url","username","work"],autocomplete:["inline","list","both","none"],current:["page","step","location","date","time","true","false"],dropeffect:["copy","move","link","execute","popup","none"],invalid:["grammar","false","spelling","true"],live:["off","polite","assertive"],orientation:["vertical","horizontal","undefined"],relevant:["additions","removals","text","all","additions text"],sort:["ascending","descending","none","other"],roles:["alert","alertdialog","button","checkbox","dialog","gridcell","link","log","marquee","menuitem","menuitemcheckbox","menuitemradio","option","progressbar","radio","scrollbar","searchbox","slider","spinbutton","status","switch","tab","tabpanel","textbox","timer","tooltip","treeitem","combobox","grid","listbox","menu","menubar","radiogroup","tablist","tree","treegrid","application","article","cell","columnheader","definition","directory","document","feed","figure","group","heading","img","list","listitem","math","none","note","presentation","region","row","rowgroup","rowheader","separator","table","term","text","toolbar","banner","complementary","contentinfo","form","main","navigation","region","search"]};return{getId:()=>"html5",collectTags:n=>lh(n,D5),collectAttributes:(n,i)=>{ch(n,i,D5,e),t.forEach(o=>{i(o,"event")})},priority:Do.Platform,collectValues:(n,i,o)=>uh(n,i,o,D5,e,r)}}s(Wre,"getHTML5TagProvider");function Rst(e,t,r){let n=0,i=e.length-1;for(;n<=i;){let o=(n+i)/2|0,a=r(e[o],t);if(a<0)n=o+1;else if(a>0)i=o-1;else return o}return-(n+1)}s(Rst,"binarySearch");function di(e,t,r){let n=r+` Vue Language Server[14:01:05.162000] ^ Vue Language Server[14:01:05.162000] Vue Language Server[14:01:05.162000] TypeError: Cannot read properties of undefined (reading 'messages') Vue Language Server[14:01:05.162000] at doESLintValidation (/Users/sebi/Library/Application Support/Nova/Extensions/com.tommasonegri.Vue/dependencyManagement/node_modules/vls/dist/vls.js:674:352) Vue Language Server[14:01:05.162000] at async cT.doValidation (/Users/sebi/Library/Application Support/Nova/Extensions/com.tommasonegri.Vue/dependencyManagement/node_modules/vls/dist/vls.js:730:2477) Vue Language Server[14:01:05.162000] at async Promise.all (index 1) Vue Language Server[14:01:05.162000] at async MP.doValidate (/Users/sebi/Library/Application Support/Nova/Extensions/com.tommasonegri.Vue/dependencyManagement/node_modules/vls/dist/vls.js:857:4781) Vue Language Server[14:01:05.162000] at async MP.validateTextDocument (/Users/sebi/Library/Application Support/Nova/Extensions/com.tommasonegri.Vue/dependencyManagement/node_modules/vls/dist/vls.js:857:4505) Vue Language Server[14:01:05.162000] Vue Language Server[14:01:05.162000] Node.js v17.4.0 |
Hi @garee76, I'm sorry for this. Unfortunately all the issue with the Vue Language Server are not directly in my control. The Nova extension just ships bundled with it. The development of VLS is part of the Vetur project. Anyway, having seen all these issues, I was considering switching from Vetur to Volar, the new sort of replacement for it. The problems are that first of all that would be a big switch (Volar is build with Vue 3 in mind, I'm not sure what that would mean for Vue 2) and the other one is that I haven't worked with Vue for the last 6 months and I don't see myself coming back to it soon. That said I'm willing to continue the development but I'm not sure if and when I will be able to work on such big features. If someone is willing to give me a hand or at least discussing the future of the project I would really appreciate. I think I'll open a new issue to discuss this topic. |
NovaExtensionConsole.log
The text was updated successfully, but these errors were encountered: