Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(vscode): update VS Code settings #5199

Merged
merged 3 commits into from
Apr 3, 2024
Merged

Conversation

bakoushin
Copy link
Contributor

@bakoushin bakoushin commented Apr 2, 2024

Description

From version 1.85 VS Code uses string format for organizeImports setting instead of boolean (1.85 release notes).

The change is backwards compatible:

false -> "never"
true -> "explicit"

Test plan

N/A

Related issues

N/A

Backwards compatibility

Y

Network scalability

N/A

Copy link

codecov bot commented Apr 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.79%. Comparing base (6d625fa) to head (96ba22c).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #5199      +/-   ##
==========================================
+ Coverage   85.77%   85.79%   +0.01%     
==========================================
  Files         744      744              
  Lines       30345    30345              
  Branches     5238     5238              
==========================================
+ Hits        26029    26034       +5     
+ Misses       4077     4072       -5     
  Partials      239      239              

see 2 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6d625fa...96ba22c. Read the comment docs.

@bakoushin bakoushin enabled auto-merge April 2, 2024 13:12
@bakoushin bakoushin added this pull request to the merge queue Apr 3, 2024
Merged via the queue into main with commit 3315e1e Apr 3, 2024
17 checks passed
@bakoushin bakoushin deleted the alex/update-vs-code-settings branch April 3, 2024 03:45
shottah pushed a commit to zed-io/kolektivo that referenced this pull request May 15, 2024
### Description

From version 1.85 VS Code uses string format for `organizeImports`
setting instead of boolean ([1.85 release
notes](https://code.visualstudio.com/updates/v1_85#_code-actions-on-save-and-auto)).

The change is backwards compatible:

`false` -> `"never"`
`true` ->  `"explicit"`

### Test plan

N/A

### Related issues

N/A

### Backwards compatibility

Y

### Network scalability

N/A

Co-authored-by: Tom McGuire <Mcgtom10@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants