Skip to content

Commit 80a60aa

Browse files
authored
Merge pull request #379 from SteveL-MSFT/reg-delete
Rewrite registry resource to support delete operation
2 parents e3918ca + 5b8e652 commit 80a60aa

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+1339
-436
lines changed

.vscode/settings.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
"rust-analyzer.linkedProjects": [
33
"./dsc/Cargo.toml",
44
"./dsc_lib/Cargo.toml",
5-
"./ntreg/Cargo.toml",
6-
"./ntstatuserror/Cargo.toml",
7-
"./ntuserinfo/Cargo.toml",
85
"./osinfo/Cargo.toml",
96
"./registry/Cargo.toml",
107
"./tools/test_group_resource/Cargo.toml",
@@ -22,5 +19,6 @@
2219
"yaml.schemas": {
2320
"schemas/2023/10/bundled/config/document.vscode.json": "**.dsc.{yaml,yml,config.yaml,config.yml}",
2421
"schemas/2023/10/bundled/resource/manifest.vscode.json": "**.dsc.resource.{yaml,yml}"
25-
}
22+
},
23+
"sarif-viewer.connectToGithubCodeScanning": "off"
2624
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)