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:
4
tests/unit/application/collections/raw-loader.d.ts
vendored
Normal file
4
tests/unit/application/collections/raw-loader.d.ts
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
declare module 'raw-loader!@/*' {
|
||||
const contents: string;
|
||||
export default contents;
|
||||
}
|
||||
Reference in New Issue
Block a user