Skip to content
Permalink
Browse files Browse the repository at this point in the history
Move rufo path setting to application scope
  • Loading branch information
jnbt committed Mar 31, 2021
1 parent 0d05cec commit bc0d212
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Expand Up @@ -4,7 +4,8 @@ All notable changes to the "vscode-rufo" extension will be documented in this fi
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## [Unreleased]
- Format Ruby source code via Rufo

- Move rufo path setting to application scope

## [0.0.3] - 2020-12-21

Expand Down
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -44,7 +44,8 @@
"rufo.exe": {
"type": "string",
"default": "rufo",
"description": "Path to invoke rufo"
"description": "Path to invoke rufo",
"scope": "application"
},
"rufo.useBundler": {
"type": "boolean",
Expand Down

0 comments on commit bc0d212

Please sign in to comment.