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

Finish adding scope support facet skeletons #2370

Merged
merged 8 commits into from
May 30, 2024

Conversation

pokey
Copy link
Member

@pokey pokey commented May 30, 2024

Checklist

  • I have added tests
  • [-] I have updated the docs and cheatsheet
  • [-] I have not broken the cheatsheet

@pokey pokey changed the title Finish adding scope support facets Finish adding scope support facet skeletons May 30, 2024
import { xmlScopeSupport } from "./xml";
import { yamlScopeSupport } from "./yaml";

export const languageScopeSupport: Record<
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I changed this to a dictionary so I could iterate the keys in the scope test coverage check

@pokey pokey marked this pull request as ready for review May 30, 2024 18:01
@@ -35,7 +35,7 @@ export async function launchVscodeAndRunTests(extensionTestsPath: string) {
// NB: We include the exact version here instead of in `test.yml` so that
// we don't have to update the branch protection rules every time we bump
// the legacy VSCode version.
const vscodeVersion = useLegacyVscode ? "1.75.1" : "stable";
const vscodeVersion = useLegacyVscode ? "1.79.2" : "stable";
Copy link
Member Author

@pokey pokey May 30, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the version that introduced jsonl language id (see release notes). Because this PR introduces our first jsonl tests, it fails on older VSCode versions. Given this version was released a year ago, we can make this our legacy version per our policy

@pokey pokey mentioned this pull request May 30, 2024
@AndreasArvidsson AndreasArvidsson added this pull request to the merge queue May 30, 2024
Merged via the queue into main with commit 964a55c May 30, 2024
15 checks passed
@AndreasArvidsson AndreasArvidsson deleted the pokey/finish-adding-scope-support-facets branch May 30, 2024 21:05
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

2 participants