Skip to content

Commit 4de6cb4

Browse files
committed
Run prettier format
1 parent ecc856f commit 4de6cb4

File tree

10 files changed

+62
-63
lines changed

10 files changed

+62
-63
lines changed

.changie.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@ custom:
2424
type: int
2525
minInt: 1
2626
kinds:
27-
- label: ENHANCEMENTS
28-
auto: minor
29-
- label: BUG FIXES
30-
auto: patch
31-
- label: INTERNAL
32-
auto: patch
33-
- label: NOTES
34-
auto: patch
35-
- label: BREAKING CHANGES
36-
auto: minor
27+
- label: ENHANCEMENTS
28+
auto: minor
29+
- label: BUG FIXES
30+
auto: patch
31+
- label: INTERNAL
32+
auto: patch
33+
- label: NOTES
34+
auto: patch
35+
- label: BREAKING CHANGES
36+
auto: minor
3737
newlines:
3838
afterKind: 1
3939
beforeKind: 1

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: "Bug report"
2-
description: "Let us know about an unexpected error, a crash, or an incorrect behavior."
1+
name: 'Bug report'
2+
description: 'Let us know about an unexpected error, a crash, or an incorrect behavior.'
33
labels: [bug]
44
assignees: []
55
body:

.github/ISSUE_TEMPLATE/documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: "Documentation issue or request"
2-
description: "Report an issue with our docs or Marketplace listing, or suggest additions and improvements to our documentation"
1+
name: 'Documentation issue or request'
2+
description: 'Report an issue with our docs or Marketplace listing, or suggest additions and improvements to our documentation'
33
labels: [documentation]
44
assignees: []
55
body:

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: "Feature request"
2-
description: "Suggest a new feature or other enhancement."
1+
name: 'Feature request'
2+
description: 'Suggest a new feature or other enhancement.'
33
labels: [enhancement]
44
assignees: []
55
body:

.github/ISSUE_TEMPLATE/performance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: "Performance issue report"
2-
description: "Let us know about issues with performance, such as slow speed or abnormally high CPU or memory usage."
1+
name: 'Performance issue report'
2+
description: 'Let us know about issues with performance, such as slow speed or abnormally high CPU or memory usage.'
33
labels: [performance]
44
assignees: []
55
body:

.github/dependabot.yml

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
11
version: 2
22
updates:
3-
- package-ecosystem: "npm"
3+
- package-ecosystem: 'npm'
44
versioning-strategy: lockfile-only
5-
directory: "/"
5+
directory: '/'
66
schedule:
7-
interval: "daily"
8-
labels: ["dependencies"]
7+
interval: 'daily'
8+
labels: ['dependencies']
99
ignore:
10-
- dependency-name: "@types/*"
11-
update-types:
12-
["version-update:semver-minor", "version-update:semver-patch"]
13-
- dependency-name: "@typescript-eslint/*"
14-
update-types:
15-
["version-update:semver-minor", "version-update:semver-patch"]
10+
- dependency-name: '@types/*'
11+
update-types: ['version-update:semver-minor', 'version-update:semver-patch']
12+
- dependency-name: '@typescript-eslint/*'
13+
update-types: ['version-update:semver-minor', 'version-update:semver-patch']
1614
# Dependabot only updates hashicorp GHAs, external GHAs are managed by internal tooling (tsccr)
17-
- package-ecosystem: "github-actions"
18-
directory: "/"
15+
- package-ecosystem: 'github-actions'
16+
directory: '/'
1917
schedule:
20-
interval: "daily"
18+
interval: 'daily'
2119
allow:
22-
- dependency-name: "hashicorp/*"
20+
- dependency-name: 'hashicorp/*'

.github/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ changelog:
2020
labels:
2121
- dependencies
2222
- ci
23-
- "*"
23+
- '*'
2424
exclude:
2525
labels:
2626
- duplicate

.github/workflows/add-copyright-headers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Add Copyright Headers"
1+
name: 'Add Copyright Headers'
22

33
on:
44
pull_request_target:

.github/workflows/stale.yml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
1-
name: "Stale issues and pull requests"
1+
name: 'Stale issues and pull requests'
22

33
permissions:
44
issues: write
55
pull-requests: write
66

77
on:
88
schedule:
9-
- cron: "10 3 * * *"
9+
- cron: '10 3 * * *'
1010

1111
jobs:
1212
stale:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0.0
16-
with:
17-
only-labels: 'waiting-response'
15+
- uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0.0
16+
with:
17+
only-labels: 'waiting-response'
1818

19-
days-before-stale: 30
20-
stale-issue-label: 'stale'
21-
stale-issue-message: |
22-
Marking this issue as stale due to inactivity over the last 30 days. This helps our maintainers find and focus on the active issues. If this issue receives no comments in the next **30 days** it will automatically be closed. Maintainers can also remove the stale label.
19+
days-before-stale: 30
20+
stale-issue-label: 'stale'
21+
stale-issue-message: |
22+
Marking this issue as stale due to inactivity over the last 30 days. This helps our maintainers find and focus on the active issues. If this issue receives no comments in the next **30 days** it will automatically be closed. Maintainers can also remove the stale label.
2323
24-
Thank you for understanding.
25-
stale-pr-label: 'stale'
26-
stale-pr-message: |
27-
Marking this pull request as stale due to inactivity over the last 30 days. This helps our maintainers find and focus on the active pull requests. If this pull request receives no comments in the next **30 days** it will automatically be closed. Maintainers can also remove the stale label.
24+
Thank you for understanding.
25+
stale-pr-label: 'stale'
26+
stale-pr-message: |
27+
Marking this pull request as stale due to inactivity over the last 30 days. This helps our maintainers find and focus on the active pull requests. If this pull request receives no comments in the next **30 days** it will automatically be closed. Maintainers can also remove the stale label.
2828
29-
Thank you for understanding.
29+
Thank you for understanding.
3030
31-
days-before-close: 30
32-
close-issue-message: |
33-
Closing this issue due to its staleness.
31+
days-before-close: 30
32+
close-issue-message: |
33+
Closing this issue due to its staleness.
3434
35-
If the issue was automatically closed and you feel it should be reopened, we encourage creating a new one linking back to this one for added context.
35+
If the issue was automatically closed and you feel it should be reopened, we encourage creating a new one linking back to this one for added context.
3636
37-
Thank you!
38-
close-pr-message: |
39-
Closing this pull request due to its staleness.
37+
Thank you!
38+
close-pr-message: |
39+
Closing this pull request due to its staleness.
4040
41-
If the pull request was automatically closed and you feel it should be reopened, we encourage creating a new one linking back to this one for added context.
41+
If the pull request was automatically closed and you feel it should be reopened, we encourage creating a new one linking back to this one for added context.
4242
43-
Thank you!
43+
Thank you!

.vscode-test.mjs

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,15 @@ import path from 'path';
1111
const BASE_SRC_PATH = './src/test/integration';
1212
const BASE_OUT_PATH = './out/test/integration';
1313

14-
const testSuiteFolderNames = fs.readdirSync(BASE_SRC_PATH, { withFileTypes: true })
15-
.filter(entry => entry.isDirectory()) // only directories ...
16-
.filter(entry => fs.existsSync(path.join(BASE_SRC_PATH, entry.name, "workspace"))) // ... that contain a workspace folder are valid
17-
.map(entry => entry.name);
14+
const testSuiteFolderNames = fs
15+
.readdirSync(BASE_SRC_PATH, { withFileTypes: true })
16+
.filter((entry) => entry.isDirectory()) // only directories ...
17+
.filter((entry) => fs.existsSync(path.join(BASE_SRC_PATH, entry.name, 'workspace'))) // ... that contain a workspace folder are valid
18+
.map((entry) => entry.name);
1819

19-
const configs = testSuiteFolderNames.map(folderName => ({
20+
const configs = testSuiteFolderNames.map((folderName) => ({
2021
version: process.env['VSCODE_VERSION'] ?? 'stable',
21-
workspaceFolder: process.env['VSCODE_WORKSPACE_FOLDER'] ?? path.join(BASE_SRC_PATH, folderName, "workspace"),
22+
workspaceFolder: process.env['VSCODE_WORKSPACE_FOLDER'] ?? path.join(BASE_SRC_PATH, folderName, 'workspace'),
2223
launchArgs: ['--disable-extensions', '--disable-workspace-trust'],
2324
files: `${BASE_OUT_PATH}/${folderName}/*.test.js`,
2425
mocha: {

0 commit comments

Comments
 (0)