简体   繁体   中英

How do I let VScode use the newest Ruby Parser for RuboCop

The problem looks like this: 皮棉

I am using a MacBook Air (M2). The Ruby version is ruby 3.1.2p20, and the parser version is 3.3.7. These are the related extensions I have, all the settings are default. I looked all over the web and couldn't find a solution. I want VSCode to use the newest Ruby parser so it won't throw an error when I try to use pattern matching in Ruby, which is introduced in Ruby 2.7. 扩展名

in .rubocop.yml add/update line

AllCops:

TargetRubyVersion: 3.1.2

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM