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
The build and serve commands should ignore the hidden directory .ruby-lsp since it is only for assitance in the IDE with Ruby and not for generating content.
The Jekyll watch feature displays a ton of changes to .ruby-lsp directory when I am not making any changes and this makes output noisy. And there's a chance some content like .md files might be picked up incorrectly.
Relevant log output
... .ruby-lsp/vendor/bundle/ruby/3.0.0/gems/rouge-4.2.1/lib/rouge/demos/graphql .ruby-lsp/vendor/bundle/ruby/3.0.0/gems/rouge-4.2.1/lib/rouge/demos/groovy .ruby-lsp/vendor/bundle/ruby/3.0.0/gems/rouge-4.2.1/lib/rouge/demos/hack Jekyll Feed: Generating feed for postsRun in verbose mode to see all warnings. ...done in 0.237940707 seconds. Regenerating: 385 file(s) changed at 2024-06-05 07:55:21 .ruby-lsp/vendor/bundle/ruby/3.0.0/gems/rouge-4.2.1/lib/rouge/demos/hack .ruby-lsp/vendor/bundle/ruby/3.0.0/gems/rouge-4.2.1/lib/rouge/demos/haml .ruby-lsp/vendor/bundle/ruby/3.0.0/gems/rouge-4.2.1/lib/rouge/demos/handlebars .ruby-lsp/vendor/bundle/ruby/3.0.0/gems/rouge-4.2.1/lib/rouge/demos/haskell .ruby-lsp/vendor/bundle/ruby/3.0.0/gems/rouge-4.2.1/lib/rouge/demos/haxe...
Code Sample
No response
The text was updated successfully, but these errors were encountered:
Operating System
WSL
Ruby Version
ruby 3.0.2p107 (2021-07-07 revision 0db68f0233) [x86_64-linux-gnu]
Jekyll Version
jekyll 3.9 and 4.2
GitHub Pages Version
No response
Expected Behavior
The build and serve commands should ignore the hidden directory .ruby-lsp since it is only for assitance in the IDE with Ruby and not for generating content.
The watch feature should also
Current Behavior
I have Ruby LSP extension installed for VS Code and then https://github.com/Shopify/ruby-lsp is running behind that.
The Jekyll watch feature displays a ton of changes to .ruby-lsp directory when I am not making any changes and this makes output noisy. And there's a chance some content like .md files might be picked up incorrectly.
Relevant log output
Code Sample
No response
The text was updated successfully, but these errors were encountered: