Takahiro
Takahiro
現在はいくつかのコマンドが Windows に対応していません。 Windows 上でもエラーが起きずにコマンドを実行できるようになれば、よりデバッグがしやすくなると思います。 例えば現在は `yarn vscode:dev` を実行すると、 ``` PS C:\markuplint\markuplint> yarn vscode:dev yarn run v1.22.21 $ cd vscode; yarn --ignore-engines; yarn --ignore-engines vscode:dev 指定されたパスが見つかりません。 error Command failed with...
Fixes https://github.com/markuplint/markuplint/issues/1984 ## What is the purpose of this PR? - [x] Fix bug - [ ] Fix typo - [ ] Update specs - [ ] Add new rule...
### Describe the bug I create a directory with a name that starts with a dot, will the system (Stackblitz or WebContainer? i dont know) not recognize it. chrome on...