Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
!.razorDevKit/**
!.razoromnisharp/**
!.razorExtension/**
.rpt2_cache/**
.azuredevops/**
.config/**
.devcontainer/**
.github/**
Expand All @@ -22,8 +22,7 @@ src/**
tasks/**
test/**
__mocks__/**
jest.config.ts
baseJestConfig.ts
**/*.ts
.prettierignore
typings/**
vsix/**
Expand All @@ -40,17 +39,13 @@ CODEOWNERS
Directory.Build.props
global.json
NuGet.config
gulpfile.ts
!install.Lock
ISSUE_TEMPLATE
!README.md
!CHANGELOG.md
*.md
CONTRIBUTING.md
*.vscodeignore
*.yml
package-lock.json
package.json
tsconfig.json
version.json
wallaby.js
Expand Down
2 changes: 2 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ pr:
- CODEOWNERS
# Changes to the vesion is not a functional change. The extension version is updated by the branch-snap GH action.
- 'version.json'
# Changes to text files (e.g. third party notices) are not functional changes.
- '**.txt'

# Run a scheduled build every night on main to run tests against insiders VSCode.
# The variable testVSCodeVersion is set to insiders based on the build reason.
Expand Down
Loading