re-ovo / unocss-intellij

Unocss support on Intellij Idea/WebStorm
https://plugins.jetbrains.com/plugin/22204-unocss
MIT License
167 stars 12 forks source link

在WebStorm 2023.2.3使用unocss插件会报错 #36

Closed wjs0509 closed 10 months ago

wjs0509 commented 10 months ago

java.io.IOException: 管道正在被关闭。 at java.base/java.io.FileOutputStream.writeBytes(Native Method) at java.base/java.io.FileOutputStream.write(FileOutputStream.java:349) at java.base/java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:81) at java.base/java.io.BufferedOutputStream.flush(BufferedOutputStream.java:142) at me.rerere.unocssintellij.UnocssService.resolveCss(UnocssService.kt:263) at me.rerere.unocssintellij.model.UnocssResolveMeta$resolveCss$1$1.invokeSuspend(UnocssResolveMeta.kt:30) at me.rerere.unocssintellij.model.UnocssResolveMeta$resolveCss$1$1.invoke(UnocssResolveMeta.kt) at me.rerere.unocssintellij.model.UnocssResolveMeta$resolveCss$1$1.invoke(UnocssResolveMeta.kt) at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturnIgnoreTimeout(Undispatched.kt:89) at kotlinx.coroutines.TimeoutKt.setupTimeout(Timeout.kt:151) at kotlinx.coroutines.TimeoutKt.withTimeoutOrNull(Timeout.kt:107) at me.rerere.unocssintellij.model.UnocssResolveMeta$resolveCss$1.invokeSuspend(UnocssResolveMeta.kt:30) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106) at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:280) at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:85) at kotlinx.coroutines.BuildersKtBuildersKt.runBlocking(Builders.kt:59) at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source) at kotlinx.coroutines.BuildersKtBuildersKt.runBlocking$default(Builders.kt:38) at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source) at me.rerere.unocssintellij.model.UnocssResolveMeta.resolveCss(UnocssResolveMeta.kt:29) at me.rerere.unocssintellij.documentation.UnocssDocumentTargetProvider.resolveCssDocumentation(UnocssDocument.kt:84) at me.rerere.unocssintellij.documentation.UnocssDocumentTargetProvider.documentationTargets(UnocssDocument.kt:65) at com.intellij.lang.documentation.impl.TargetsKt.documentationTargets(targets.kt:19) at com.intellij.lang.documentation.ide.impl.IdeDocumentationTargetProviderImpl.documentationTargets(IdeDocumentationTargetProviderImpl.kt:36) at com.intellij.lang.documentation.ide.impl.DocumentationTargetHoverInfoKt$calcTargetDocumentationInfo$1$request$1$targets$1.invoke(DocumentationTargetHoverInfo.kt:39) at com.intellij.lang.documentation.ide.impl.DocumentationTargetHoverInfoKt$calcTargetDocumentationInfo$1$request$1$targets$1.invoke(DocumentationTargetHoverInfo.kt:39) at com.intellij.lang.documentation.ide.impl.DocumentationTargetHoverInfoKt.injectedThenHost(DocumentationTargetHoverInfo.kt:76) at com.intellij.lang.documentation.ide.impl.DocumentationTargetHoverInfoKt$calcTargetDocumentationInfo$1$request$1.invoke(DocumentationTargetHoverInfo.kt:37) at com.intellij.lang.documentation.ide.impl.DocumentationTargetHoverInfoKt$calcTargetDocumentationInfo$1$request$1.invoke(DocumentationTargetHoverInfo.kt:36) at com.intellij.openapi.application.rw.InternalReadAction.insideReadAction(InternalReadAction.kt:105) at com.intellij.openapi.application.rw.InternalReadAction.access$insideReadAction(InternalReadAction.kt:14) at com.intellij.openapi.application.rw.InternalReadAction$tryReadCancellable$2.invoke(InternalReadAction.kt:95) at com.intellij.openapi.application.rw.InternalReadAction$tryReadCancellable$2.invoke(InternalReadAction.kt:94) at com.intellij.openapi.application.rw.CancellableReadActionKt$cancellableReadActionInternal$1.invoke$lambda$1$lambda$0(cancellableReadAction.kt:41) at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1133) at com.intellij.openapi.application.rw.CancellableReadActionKt$cancellableReadActionInternal$1.invoke$lambda$1(cancellableReadAction.kt:39) at com.intellij.openapi.progress.util.ProgressIndicatorUtilService.runActionAndCancelBeforeWrite(ProgressIndicatorUtilService.java:63) at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runActionAndCancelBeforeWrite(ProgressIndicatorUtils.java:133) at com.intellij.openapi.application.rw.CancellableReadActionKt$cancellableReadActionInternal$1.invoke(cancellableReadAction.kt:37) at com.intellij.openapi.progress.CoroutinesKt.blockingContext(coroutines.kt:248) at com.intellij.openapi.application.rw.CancellableReadActionKt.cancellableReadActionInternal(cancellableReadAction.kt:34) at com.intellij.openapi.application.rw.InternalReadAction.tryReadCancellable(InternalReadAction.kt:94) at com.intellij.openapi.application.rw.InternalReadAction.tryReadAction(InternalReadAction.kt:76) at com.intellij.openapi.application.rw.InternalReadAction.readLoop(InternalReadAction.kt:63) at com.intellij.openapi.application.rw.InternalReadAction.access$readLoop(InternalReadAction.kt:14) at com.intellij.openapi.application.rw.InternalReadAction$runReadAction$4.invokeSuspend(InternalReadAction.kt:42) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106) at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697) at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)

wjs0509 commented 10 months ago

打开项目的时候一直显示Updating unocss config image

re-ovo commented 10 months ago

Node什么版本

wjs0509 commented 10 months ago

v14.19.1的版本会一直显示Updating unocss config v16.15.0的版本不会一直显示Updating unocss config,但是还是会报错,报错内容入下:

  Unhandled exception in [CoroutineName(ProjectImpl), StandaloneCoroutine{Cancelling}@55a6bde1, Dispatchers.Default]

  java.io.IOException: 管道正在被关闭。
at java.base/java.io.FileOutputStream.writeBytes(Native Method)
at java.base/java.io.FileOutputStream.write(FileOutputStream.java:349)
at java.base/java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:81)
at java.base/java.io.BufferedOutputStream.flush(BufferedOutputStream.java:142)
at me.rerere.unocssintellij.UnocssService.resolveCss(UnocssService.kt:263)
at me.rerere.unocssintellij.status.UnocssStatusPop$getWidgetState$text$matched$1$1.invokeSuspend(UnocssStatusBarFactory.kt:79)
at me.rerere.unocssintellij.status.UnocssStatusPop$getWidgetState$text$matched$1$1.invoke(UnocssStatusBarFactory.kt)
at me.rerere.unocssintellij.status.UnocssStatusPop$getWidgetState$text$matched$1$1.invoke(UnocssStatusBarFactory.kt)
at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturnIgnoreTimeout(Undispatched.kt:89)
at kotlinx.coroutines.TimeoutKt.setupTimeout(Timeout.kt:151)
at kotlinx.coroutines.TimeoutKt.withTimeoutOrNull(Timeout.kt:107)
at me.rerere.unocssintellij.status.UnocssStatusPop$getWidgetState$text$matched$1.invokeSuspend(UnocssStatusBarFactory.kt:77)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:280)
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:85)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:59)
at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:38)
at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source)
at me.rerere.unocssintellij.status.UnocssStatusPop.getWidgetState(UnocssStatusBarFactory.kt:75)
at com.intellij.openapi.wm.impl.status.EditorBasedStatusBarPopup$doUpdate$state$1.invoke(EditorBasedStatusBarPopup.kt:148)
at com.intellij.openapi.wm.impl.status.EditorBasedStatusBarPopup$doUpdate$state$1.invoke(EditorBasedStatusBarPopup.kt:147)
at com.intellij.openapi.application.rw.InternalReadAction.insideReadAction(InternalReadAction.kt:105)
at com.intellij.openapi.application.rw.InternalReadAction.access$insideReadAction(InternalReadAction.kt:14)
at com.intellij.openapi.application.rw.InternalReadAction$tryReadCancellable$2.invoke(InternalReadAction.kt:95)
at com.intellij.openapi.application.rw.InternalReadAction$tryReadCancellable$2.invoke(InternalReadAction.kt:94)
at com.intellij.openapi.application.rw.CancellableReadActionKt$cancellableReadActionInternal$1.invoke$lambda$1$lambda$0(cancellableReadAction.kt:41)
at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1133)
at com.intellij.openapi.application.rw.CancellableReadActionKt$cancellableReadActionInternal$1.invoke$lambda$1(cancellableReadAction.kt:39)
at com.intellij.openapi.progress.util.ProgressIndicatorUtilService.runActionAndCancelBeforeWrite(ProgressIndicatorUtilService.java:63)
at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runActionAndCancelBeforeWrite(ProgressIndicatorUtils.java:133)
at com.intellij.openapi.application.rw.CancellableReadActionKt$cancellableReadActionInternal$1.invoke(cancellableReadAction.kt:37)
at com.intellij.openapi.progress.CoroutinesKt.blockingContext(coroutines.kt:248)
at com.intellij.openapi.application.rw.CancellableReadActionKt.cancellableReadActionInternal(cancellableReadAction.kt:34)
at com.intellij.openapi.application.rw.InternalReadAction.tryReadCancellable(InternalReadAction.kt:94)
at com.intellij.openapi.application.rw.InternalReadAction.tryReadAction(InternalReadAction.kt:76)
at com.intellij.openapi.application.rw.InternalReadAction.readLoop(InternalReadAction.kt:63)
at com.intellij.openapi.application.rw.InternalReadAction.access$readLoop(InternalReadAction.kt:14)
at com.intellij.openapi.application.rw.InternalReadAction$runReadAction$4.invokeSuspend(InternalReadAction.kt:42)
at com.intellij.openapi.application.rw.InternalReadAction$runReadAction$4.invoke(InternalReadAction.kt)
at com.intellij.openapi.application.rw.InternalReadAction$runReadAction$4.invoke(InternalReadAction.kt)
at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:78)
at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:167)
at kotlinx.coroutines.BuildersKt.withContext(Unknown Source)
at com.intellij.openapi.application.rw.InternalReadAction.runReadAction(InternalReadAction.kt:38)
at com.intellij.openapi.application.rw.PlatformReadWriteActionSupport.executeReadAction(PlatformReadWriteActionSupport.kt:38)
at com.intellij.openapi.application.ReadWriteActionSupport.executeReadAction$default(ReadWriteActionSupport.kt:15)
at com.intellij.openapi.application.CoroutinesKt.constrainedReadAction(coroutines.kt:58)
at com.intellij.openapi.application.CoroutinesKt.readAction(coroutines.kt:25)
at com.intellij.openapi.wm.impl.status.EditorBasedStatusBarPopup.doUpdate(EditorBasedStatusBarPopup.kt:147)
at com.intellij.openapi.wm.impl.status.EditorBasedStatusBarPopup.access$doUpdate(EditorBasedStatusBarPopup.kt:62)
at com.intellij.openapi.wm.impl.status.EditorBasedStatusBarPopup$1$1.invoke(EditorBasedStatusBarPopup.kt:103)
at com.intellij.openapi.wm.impl.status.EditorBasedStatusBarPopup$1$1.invoke(EditorBasedStatusBarPopup.kt:103)
at kotlinx.coroutines.flow.FlowKt__MergeKt$mapLatest$1.invokeSuspend(Merge.kt:217)
at kotlinx.coroutines.flow.FlowKt__MergeKt$mapLatest$1.invoke(Merge.kt)
at kotlinx.coroutines.flow.FlowKt__MergeKt$mapLatest$1.invoke(Merge.kt)
at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:34)
at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invoke(Merge.kt)
at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invoke(Merge.kt)
at kotlinx.coroutines.intrinsics.UndispatchedKt.startCoroutineUndispatched(Undispatched.kt:44)
at kotlinx.coroutines.CoroutineStart.invoke(CoroutineStart.kt:112)
at kotlinx.coroutines.AbstractCoroutine.start(AbstractCoroutine.kt:126)
at kotlinx.coroutines.BuildersKt__Builders_commonKt.launch(Builders.common.kt:56)
at kotlinx.coroutines.BuildersKt.launch(Unknown Source)
at kotlinx.coroutines.BuildersKt__Builders_commonKt.launch$default(Builders.common.kt:47)
at kotlinx.coroutines.BuildersKt.launch$default(Unknown Source)
at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1.emit(Merge.kt:33)
at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$3$1.invokeSuspend(Delay.kt:232)
at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$3$1.invoke(Delay.kt)
at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$3$1.invoke(Delay.kt)
at kotlinx.coroutines.selects.SelectImplementation$ClauseData.invokeBlock(Select.kt:818)
at kotlinx.coroutines.selects.SelectImplementation.complete(Select.kt:692)
at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:434)
at kotlinx.coroutines.selects.SelectImplementation.access$doSelectSuspend(Select.kt:243)
at kotlinx.coroutines.selects.SelectImplementation$doSelectSuspend$1.invokeSuspend(Select.kt)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)
Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [CoroutineName(ProjectImpl), StandaloneCoroutine{Cancelled}@55a6bde1, Dispatchers.Default]
re-ovo commented 10 months ago

我个人没法复现的,这个问题很怪,不知道为啥

能给下IDE的完整日志吗

wjs0509 commented 10 months ago
2023-10-25 19:42:31,461 [11085659]   INFO - #c.j.r.f.FollowMeManager - Unregister user with id: 0 (name: 'Administrator', clientId: Host)
2023-10-25 19:42:31,462 [11085660]   INFO - #c.i.o.w.i.WindowManagerImpl - === Release(true) frame on closed project ===
2023-10-25 19:42:31,489 [11085687]   INFO - #zielu.gittoolbox.blame.cache.xodus - Deleted 0 expired files
2023-10-25 19:42:31,490 [11085688]   INFO - #zielu.gittoolbox.blame.cache.xodus - Deleted 0 expired revisions
2023-10-25 19:42:31,509 [11085707]   INFO - STDOUT - [UnoProcess] Read thread finished
2023-10-25 19:42:31,592 [11085790]   INFO - #c.i.e.p.OSProcessUtil - Cannot destroy already terminated process (pid: 26468, command: C:\nodejs\node.exe C:\Users\Administrator\AppData\Local\JetBrains\WebStorm2023.2\javascript\typings\@vue\language-server\1.8.2\node_modules\@vue\language-server\bin\vue-language-server.js --stdio)
2023-10-25 19:42:31,608 [11085806]   INFO - #c.i.p.l.i.c.LspServerProcessListener - LSP server process terminated, exit code = 0, command line: C:\nodejs\node.exe C:\Users\Administrator\AppData\Local\JetBrains\WebStorm2023.2\javascript\typings\@vue\language-server\1.8.2\node_modules\@vue\language-server\bin\vue-language-server.js --stdio
2023-10-25 19:42:36,012 [11090210]   INFO - STDOUT - 
2023-10-25 19:42:37,125 [11091323]   INFO - STDOUT - 
2023-10-25 19:42:37,143 [11091341]   INFO - #c.i.w.i.i.WorkspaceModelImpl - Load workspace model from cache in 27 ms
2023-10-25 19:42:37,154 [11091352]   INFO - #c.i.w.i.i.WorkspaceModelImpl - Project model updated silently to version 1 in 0 ms: Add module mapping
2023-10-25 19:42:37,223 [11091421]   INFO - #c.i.w.i.i.EntitiesOrphanageImpl - Update orphanage. 0 modules added
2023-10-25 19:42:37,223 [11091421]   INFO - #c.i.w.i.i.WorkspaceModelImpl - Project model updated to version 2 in 0 ms: Sync global entities with project: menghu-mall-admin
2023-10-25 19:42:37,266 [11091464]   WARN - #c.i.o.w.i.s.w.StatusBarWidgetsManager - ai.codegeex.plugin.statusBar.WidgetFactory doesn't define id for extension (point=com.intellij.statusBarWidgetFactory). Please specify `id` attribute.
2023-10-25 19:42:37,268 [11091466]   INFO - #c.i.p.c.ProjectCodeStyleSettingsManager - Initialized from default code style settings.
2023-10-25 19:42:37,270 [11091468]   INFO - PerformancePlugin - Performance Plugin is in silent mode
2023-10-25 19:42:37,271 [11091469]   INFO - #c.j.r.f.FollowMeManager - Register new user 0 (name: 'Administrator', client id: Host)
2023-10-25 19:42:37,378 [11091576]   INFO - #c.i.o.p.MergingQueueGuiExecutor - Running task: (dumb mode task) com.intellij.openapi.project.InitialDumbTaskRequiredForSmartMode@2fd3a268
2023-10-25 19:42:37,378 [11091576]   INFO - #c.i.o.p.DumbServiceMergingTaskQueue - Initializing DumbServiceMergingTaskQueue...
2023-10-25 19:42:37,378 [11091576]   INFO - #c.i.o.p.DumbServiceMergingTaskQueue - Running initialization condition: com.intellij.indexing.shared.download.SharedIndexDownloadedCondition@7a99bf26
2023-10-25 19:42:37,378 [11091576]   INFO - #c.i.o.p.DumbServiceMergingTaskQueue - Finished: com.intellij.indexing.shared.download.SharedIndexDownloadedCondition@7a99bf26
2023-10-25 19:42:37,378 [11091576]   INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Running task required for smart mode: com.intellij.indexing.shared.platform.impl.OnDiskSharedIndexChunkLocator@7c6607d7
2023-10-25 19:42:37,379 [11091577]   INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Finished task required for smart mode: com.intellij.indexing.shared.platform.impl.OnDiskSharedIndexChunkLocator@7c6607d7
2023-10-25 19:42:37,380 [11091578]   INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Running task required for smart mode: com.intellij.util.indexing.ProjectFileBasedIndexStartupActivity@723320d3
2023-10-25 19:42:37,388 [11091586]   INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Finished task required for smart mode: com.intellij.util.indexing.ProjectFileBasedIndexStartupActivity@723320d3
2023-10-25 19:42:37,389 [11091587]   INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Running task required for smart mode: com.intellij.externalDependencies.impl.CheckRequiredPluginsActivity@4d8a9ce9
2023-10-25 19:42:37,390 [11091588]   INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Finished task required for smart mode: com.intellij.externalDependencies.impl.CheckRequiredPluginsActivity@4d8a9ce9
2023-10-25 19:42:37,390 [11091588]   INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Running task required for smart mode: com.intellij.util.indexing.DumbModeWhileScanningSubscriber@550bd569
2023-10-25 19:42:37,390 [11091588]   INFO - #c.i.o.p.InitialDumbTaskRequiredForSmartMode - Finished task required for smart mode: com.intellij.util.indexing.DumbModeWhileScanningSubscriber@550bd569
2023-10-25 19:42:37,390 [11091588]   INFO - #c.i.o.p.MergingQueueGuiExecutor - Task finished: (dumb mode task) com.intellij.openapi.project.InitialDumbTaskRequiredForSmartMode@2fd3a268
2023-10-25 19:42:37,425 [11091623]   INFO - STDOUT - Starting unocss process with ctx: file://F:/menghu-mall-admin/src/pages/product/add-goods.vue
2023-10-25 19:42:37,425 [11091623]   INFO - STDOUT - [UnoProcess] Starting UnoProcess
2023-10-25 19:42:37,425 [11091623]   INFO - STDOUT - [UnoProcess] Command line: C:\nodejs\node.exe [C:\Users\Administrator\AppData\Roaming\JetBrains\WebStorm2023.2\plugins\unocss-intellij\unojs\service.js]
2023-10-25 19:42:37,425 [11091623]   INFO - STDOUT - [UnoProcess] Work directory: F:/menghu-mall-admin
2023-10-25 19:42:37,430 [11091628]   INFO - STDOUT - [UnoProcess] Read thread started
2023-10-25 19:42:37,431 [11091629]   INFO - STDOUT - Unocss process started!
2023-10-25 19:42:37,436 [11091634]   INFO - STDOUT - Updating unocss config...
2023-10-25 19:42:37,445 [11091643]   INFO - #c.i.o.p.MergingQueueGuiExecutor - Running task: UnindexedFilesScanner[menghu-mall-admin]
2023-10-25 19:42:37,459 [11091657]   INFO - #c.i.u.i.UnindexedFilesScanner - Started scanning for indexing of menghu-mall-admin. Reason: On project open
2023-10-25 19:42:37,459 [11091657]   INFO - #c.i.u.i.UnindexedFilesScanner - Performing delayed pushing properties tasks for menghu-mall-admin took 0ms; general responsiveness: ok; EDT responsiveness: ok
2023-10-25 19:42:37,465 [11091663]   INFO - #c.i.u.i.UnindexedFilesScanner - Scanning of menghu-mall-admin uses 15 scanning threads
2023-10-25 19:42:37,506 [11091704]   INFO - #c.i.p.l.i.LspServerImpl - VolarServerDescriptor@menghu-mall-admin(RUNNING;0): Starting server
2023-10-25 19:42:37,507 [11091705]   INFO - #c.i.p.l.a.LspServerDescriptor - Starting org.jetbrains.vuejs.lang.typescript.service.volar.VolarServerDescriptor LSP server. Node.js version null, path: C:\nodejs\node.exe
2023-10-25 19:42:37,533 [11091731]   INFO - #c.i.p.l.i.c.LspServerProcessListener - LSP server process started: C:\nodejs\node.exe C:\Users\Administrator\AppData\Local\JetBrains\WebStorm2023.2\javascript\typings\@vue\language-server\1.8.2\node_modules\@vue\language-server\bin\vue-language-server.js --stdio
2023-10-25 19:42:37,553 [11091751]   INFO - #c.i.j.n.l.n.NodeModulesDirectoryManager - Contributed {allCalculationsDuration:71 ms, allIncludedFileCount:12611, allRootsSyntheticLibrary:429, allRootsWorkspaceModel:7384, allSourceRootsSyntheticLibrary:234, allSourceRootsWorkspaceModel:4021, allExcludedRootsSyntheticLibrary:195, allExcludedRootsWorkspaceModel:3363, libraries:1}
2023-10-25 19:42:37,593 [11091791]   INFO - #c.i.o.v.i.p.NewMappings - VCS Root: [Git] - [<Project>]
2023-10-25 19:42:37,594 [11091792]   INFO - #c.i.o.e.s.p.m.ExternalProjectsDataStorage - Load external projects data in 1 millis (read time: 1)
2023-10-25 19:42:37,600 [11091798]   WARN - #c.i.i.s.p.i.BundledSharedIndexPostStartupActivity - Skipped 1 pre-built shared indexes: bundled-js-predefined-1d06a55b98c1-a7bc8b56ba54-JavaScript-WS-232.10072.28
2023-10-25 19:42:37,604 [11091802]   INFO - #c.i.o.v.i.p.NewMappings - Mapped Roots: 1
2023-10-25 19:42:37,605 [11091803]   WARN - #codeium.y - Unable to refresh process ports: java.lang.RuntimeException: Generated message class "codeium.ae$aP" missing method "getLspPort".
2023-10-25 19:42:37,606 [11091804]   INFO - #codeium.y - Loading Chat client: http://127.0.0.1:60082?api_key=4f73f176-856a-4dd7-a5d9-2adf500f2165&extension_name=jetbrains&extension_version=1.4.2&ide_name=jetbrains&ide_version=WebStorm+2023.2.3&locale=en&ide_telemetry_enabled=true&app_name=Jetbrains&web_server_url=ws%3A%2F%2F127.0.0.1%3A60081&has_dev_extension=false
2023-10-25 19:42:37,726 [11091924]   INFO - #c.i.d.PerformanceWatcherImpl - Post-startup activities under progress took 134ms; general responsiveness: ok; EDT responsiveness: ok
2023-10-25 19:42:37,913 [11092111]   INFO - STDOUT - [UnoProcess] Hello from service.js! F:\menghu-mall-admin
2023-10-25 19:42:38,136 [11092334]   INFO - jetbrains.exodus.env.EnvironmentImpl - Exodus environment created: C:\Users\Administrator\AppData\Local\JetBrains\WebStorm2023.2\projects\menghu-mall-admin.164900ca\gittoolbox\blame-store-xodus\v3
2023-10-25 19:42:38,288 [11092486]   INFO - #zielu.gittoolbox.branch - Schedule branch cleanup=true in 1800 sec
2023-10-25 19:42:38,983 [11093181]   INFO - #c.i.v.l.d.i.IndexDiagnosticRunner - Index diagnostic for 23 commits in [file://F:/menghu-mall-admin] is completed
2023-10-25 19:42:39,008 [11093206]   INFO - STDOUT - [UnoCSS] Presets: @unocss/preset-uno, @unocss/preset-rem-to-px
2023-10-25 19:42:39,008 [11093206]   INFO - STDOUT - [UnoCSS] Transformers: null
2023-10-25 19:42:39,009 [11093207]   INFO - STDOUT - [UnoCSS] Parsed 1235 theme keys
2023-10-25 19:42:39,057 [11093255]   INFO - STDOUT - Unocss config updated!
2023-10-25 19:42:39,149 [11093347]   INFO - #c.i.u.i.UnindexedFilesScanner - Scanning completed for menghu-mall-admin. Number of scanned files: 13150; Number of files for indexing: 1 took 1690ms; general responsiveness: 1/2 sluggish; EDT responsiveness: 1/2 sluggish
2023-10-25 19:42:39,150 [11093348]   INFO - #c.i.u.i.UnindexedFilesScanner - 164900ca: marking roots for initial VFS refresh
2023-10-25 19:42:39,153 [11093351]   INFO - #c.i.u.i.UnindexedFilesScanner - 164900ca: starting initial VFS refresh
2023-10-25 19:42:39,153 [11093351]   INFO - #c.i.u.i.UnindexedFilesScanner - 164900ca: initial VFS refresh finished 0 ms
2023-10-25 19:42:39,154 [11093352]   INFO - #c.i.o.p.MergingQueueGuiExecutor - Task finished: UnindexedFilesScanner[menghu-mall-admin]
2023-10-25 19:42:39,237 [11093435]   INFO - #c.i.o.p.MergingQueueGuiExecutor - Running task: (dumb mode task) UnindexedFilesIndexer[menghu-mall-admin, 1 iterators, reason: On project open]
2023-10-25 19:42:39,239 [11093437]   INFO - #c.i.o.p.DumbServiceMergingTaskQueue - Initializing DumbServiceMergingTaskQueue...
2023-10-25 19:42:39,240 [11093438]   INFO - #c.i.u.i.UnindexedFilesIndexer - Use 15 indexing threads for indexing of menghu-mall-admin
2023-10-25 19:42:39,240 [11093438]   INFO - #c.i.w.c.WebSymbolsContext - Reloading project menghu-mall-admin on Web Symbols framework context change (none -> vue) in file F:/menghu-mall-admin/index.html.
2023-10-25 19:42:39,260 [11093458]   INFO - #c.i.u.i.ProjectChangedFilesScanner - Retrieving changed during indexing files of menghu-mall-admin : 0 to update, calculated in 0ms
2023-10-25 19:42:39,260 [11093458]   INFO - #c.i.u.i.UnindexedFilesIndexer - Finished for menghu-mall-admin. Unindexed files update took 21ms; general responsiveness: ok; EDT responsiveness: ok
2023-10-25 19:42:39,261 [11093459]   INFO - #c.i.o.p.MergingQueueGuiExecutor - Task finished: (dumb mode task) UnindexedFilesIndexer[menghu-mall-admin, 1 iterators, reason: On project open]
2023-10-25 19:42:39,371 [11093569]   INFO - #git4idea.commands.GitHandler - [menghu-mall-admin] git -c credential.helper= -c core.quotepath=false -c log.showSignature=false fetch origin --recurse-submodules=no --progress --prune
2023-10-25 19:42:39,530 [11093728]   INFO - #c.i.p.l.i.c.Lsp4jServerConnector - VolarServerDescriptor@menghu-mall-admin: server initialized
2023-10-25 19:42:40,517 [11094715]   INFO - #c.i.o.a.i.PopupMenuPreloader - 3053 ms since showing to preload popup menu 'Project View Popup Menu' at 'ProjectViewPopup(preload-bgt)' in 4 ms
2023-10-25 19:42:40,941 [11095139]   INFO - #o.j.i.BuiltInServer - Channel will be closed due to error
2023-10-25 19:42:42,699 [11096897]   INFO - #o.j.i.BuiltInServer - Channel will be closed due to error
2023-10-25 19:42:42,728 [11096926]   INFO - #c.j.r.p.c.CodeWithMeCleanup - running activity to cleanup old thin clients... Root path is 'C:\Users\Administrator\AppData\Local\JetBrains'. JvmStartTimeMs=1698223065374
2023-10-25 19:42:42,730 [11096928]   INFO - #c.j.r.p.c.CodeWithMeCleanup - found 0 Code With Me client system folders to check
2023-10-25 19:42:42,731 [11096929]   INFO - #c.j.r.p.c.CodeWithMeCleanup - found 0 Code With Me client config folders to check
2023-10-25 19:42:42,731 [11096929]   INFO - #c.j.r.p.c.CodeWithMeCleanup - keep only [] major versions
2023-10-25 19:42:42,731 [11096929]   INFO - #c.i.r.OsRegistryConfigProvider - Looking for 'versionManagementEnabled' value in [HKLM_64\SOFTWARE\JetBrains\JetBrainsClient\versionManagementEnabled, HKLM_32\SOFTWARE\JetBrains\JetBrainsClient\versionManagementEnabled, HKCU_64\SOFTWARE\JetBrains\JetBrainsClient\versionManagementEnabled, HKCU_32\SOFTWARE\JetBrains\JetBrainsClient\versionManagementEnabled]
2023-10-25 19:42:42,732 [11096930]   INFO - #c.i.r.OsRegistryConfigProvider - OS provided value for 'versionManagementEnabled' is not found
2023-10-25 19:42:42,732 [11096930]   INFO - #c.i.w.i.i.GlobalWorkspaceModel - Sync global entities with mutable entity storage
2023-10-25 19:42:42,742 [11096940]   INFO - #c.i.w.i.i.EntitiesOrphanageImpl - Update orphanage. 0 modules added
2023-10-25 19:42:42,742 [11096940]   INFO - #c.i.w.i.i.WorkspaceModelImpl - Project model updated to version 3 in 1 ms: Apply JPS storage (iml files)
2023-10-25 19:42:42,742 [11096940]   INFO - #c.i.w.i.i.EntitiesOrphanageImpl - Update orphanage. 0 modules added
2023-10-25 19:42:42,743 [11096941]   INFO - #c.i.w.i.i.j.s.DelayedProjectSynchronizer$Companion - Workspace model loaded from cache. Syncing real project state into workspace model in 15 ms. Thread[DefaultDispatcher-worker-8,6,main]
2023-10-25 19:42:42,745 [11096943]   INFO - #c.i.d.WindowsDefenderCheckerActivity - real-time protection: false
2023-10-25 19:42:43,254 [11097452]   INFO - #c.i.j.n.p.n.PackageVersionRangeMatcher - Matching 58 done in 156 ms
2023-10-25 19:42:44,645 [11098843]   INFO - STDOUT - 
2023-10-25 19:42:45,134 [11099332]   INFO - #c.i.i.p.PluginManager - Using cached broken plugins file
2023-10-25 19:43:06,805 [11121003]   INFO - STDOUT - 
re-ovo commented 10 months ago

image 看起来是启动成功了,有补全提示吗

wjs0509 commented 10 months ago

现在正常了,有提示了

re-ovo commented 10 months ago

嗯,看起来是Node兼容性问题,我设置下esbuild构建兼容性,下个版本(1.3.7)能兼容到node12