Fix unintendedly inlined Windows scripts

- Fix reverting "Disable SQM OS key".
- Fix applying "Disable Visual Studio Code data collection" scripts.
- Fix reverting "Do not show recently used files in Quick Access".
- Add unit tests for automatically checking similar issues in future.
This commit is contained in:
undergroundwires
2021-11-19 21:07:22 +01:00
parent d7761ab30e
commit f2d9881382
5 changed files with 212 additions and 12 deletions

View File

@@ -0,0 +1,4 @@
declare module 'raw-loader!@/*' {
const contents: string;
export default contents;
}