AdamNiederer / AdamNiederer/vue-mode

not working properly with doom emacs's workspace session store feature.

未關閉
#104 1 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
Emacs Lisp
星號
341
分支
59
PR 合併指標
30 天內沒有已合併 PR

描述

it seems this problem cause from vue-mode use mmm-mode.
when workspace store session, only store sub-mode of vue-mode.

ex) when vue[TypeScript] => recognize buffer is only in typescript-mode
ex) when vue[Stylus] => recognize buffer is only in stylus-mode
ex) when vue[Pug] => recognize buffer is only in pug-mode

in vue-mode.

![image](https://user-images.githubusercontent.com/67081286/87848799-398d8800-c91e-11ea-8474-b846a3a84505.png)

try to store sessions.

![image](https://user-images.githubusercontent.com/67081286/87848807-5aee7400-c91e-11ea-8c32-3c15282f6fbd.png)

look at stored session file.

```lisp
((def-persp
"DONNA-WEB" ((def-buffer "SearchInfoRow.vue" "/Users/jjpark78/Development/JJSOFT/donna/DONNA-WEB/src/components/search/SearchInfoRow.vue"
typescript-mode)
```

it stored as typescript-mode.

貢獻指南

這個儲存庫沒有索引到貢獻指南

研究方向

使用 vue-mode、mmm-mode 和 Doom Emacs 的 workspace session store 重現此問題,然後檢查報告中顯示的已儲存 session 項目。確定為什麼 vue buffer 只會被記錄為 typescript-mode、stylus-mode 或 pug-mode;完成的標準是還原 workspace 後仍保留 vue-mode buffer 的識別,而不只是其子模式。

由索引模型根據 Issue 內容生成。

評估

技術堆疊
emacs
領域
tooling
Issue 類型
缺陷
難度
4/5
預估耗時
3-5 天
活躍度
停滯
描述清晰度
需要釐清
新手友好度
35/100

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。