diff --git a/.config/1espt/PipelineAutobaseliningConfig.yml b/.config/1espt/PipelineAutobaseliningConfig.yml new file mode 100644 index 000000000..3872b7b49 --- /dev/null +++ b/.config/1espt/PipelineAutobaseliningConfig.yml @@ -0,0 +1,21 @@ +## DO NOT MODIFY THIS FILE MANUALLY. This is part of auto-baselining from 1ES Pipeline Templates. Go to [https://aka.ms/1espt-autobaselining] for more details. + +pipelines: + 16485: + retail: + source: + credscan: + lastModifiedDate: 2024-08-16 + eslint: + lastModifiedDate: 2024-08-16 + psscriptanalyzer: + lastModifiedDate: 2024-08-16 + armory: + lastModifiedDate: 2024-08-16 + binary: + credscan: + lastModifiedDate: 2024-08-16 + binskim: + lastModifiedDate: 2024-08-16 + spotbugs: + lastModifiedDate: 2024-08-16 diff --git a/.gitignore b/.gitignore index 993fb23a4..5a9e5691d 100644 --- a/.gitignore +++ b/.gitignore @@ -37,4 +37,5 @@ bin/ jdt-language-server-latest.tar.gz jdtls/ -!.mvn/wrapper/maven-wrapper.jar \ No newline at end of file +!.mvn/wrapper/maven-wrapper.jar +.fake \ No newline at end of file diff --git a/.vscode/launch.json b/.vscode/launch.json index 6de8b630d..569d285e7 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -4,6 +4,7 @@ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ + { "type": "java", "name": "Debug (Attach)",