From 31c09cd3ab441c3ccbba309e05375145c5c0f938 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Thu, 24 Jul 2025 16:18:54 +0300 Subject: [PATCH 1/3] --- extensions/git/src/askpass-empty.sh | 2 +- extensions/git/src/ssh-askpass-empty.sh | 2 +- .../fixtures/shell-parser/multipleStatements/input.sh | 2 +- .../fixtures/shell-parser/primaryExpressions/input.sh | 2 +- .../terminal-suggest/fixtures/shell-parser/variables/input.sh | 2 +- .../src/test/fixtures/symlink-test/symlink-executable.sh | 2 +- extensions/vscode-test-resolver/scripts/terminateProcess.sh | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/extensions/git/src/askpass-empty.sh b/extensions/git/src/askpass-empty.sh index 8fb014e5cc9cc..efce51d424f95 100755 --- a/extensions/git/src/askpass-empty.sh +++ b/extensions/git/src/askpass-empty.sh @@ -1,2 +1,2 @@ #!/bin/sh -echo '' \ No newline at end of file +echo '' diff --git a/extensions/git/src/ssh-askpass-empty.sh b/extensions/git/src/ssh-askpass-empty.sh index 8fb014e5cc9cc..efce51d424f95 100755 --- a/extensions/git/src/ssh-askpass-empty.sh +++ b/extensions/git/src/ssh-askpass-empty.sh @@ -1,2 +1,2 @@ #!/bin/sh -echo '' \ No newline at end of file +echo '' diff --git a/extensions/terminal-suggest/fixtures/shell-parser/multipleStatements/input.sh b/extensions/terminal-suggest/fixtures/shell-parser/multipleStatements/input.sh index ba6858ea1a593..3aaa6e0902712 100644 --- a/extensions/terminal-suggest/fixtures/shell-parser/multipleStatements/input.sh +++ b/extensions/terminal-suggest/fixtures/shell-parser/multipleStatements/input.sh @@ -44,4 +44,4 @@ a && b | c a | b && c ### Case 16 -(a) | b && c \ No newline at end of file +(a) | b && c diff --git a/extensions/terminal-suggest/fixtures/shell-parser/primaryExpressions/input.sh b/extensions/terminal-suggest/fixtures/shell-parser/primaryExpressions/input.sh index d2c5977e3185f..eaaea60e257ae 100644 --- a/extensions/terminal-suggest/fixtures/shell-parser/primaryExpressions/input.sh +++ b/extensions/terminal-suggest/fixtures/shell-parser/primaryExpressions/input.sh @@ -32,4 +32,4 @@ a "b$" a "$b" ### Case 12 -a "$(b "c" && d)" \ No newline at end of file +a "$(b "c" && d)" diff --git a/extensions/terminal-suggest/fixtures/shell-parser/variables/input.sh b/extensions/terminal-suggest/fixtures/shell-parser/variables/input.sh index 30b8788a90f2b..4d485c4e216f6 100644 --- a/extensions/terminal-suggest/fixtures/shell-parser/variables/input.sh +++ b/extensions/terminal-suggest/fixtures/shell-parser/variables/input.sh @@ -74,4 +74,4 @@ MY_VAR='echo'hi$'quote'"command: $(ps | VAR=2 grep ps)" ENV="a"'b'c d ### Case 26 -ENV=a"b"'c' \ No newline at end of file +ENV=a"b"'c' diff --git a/extensions/terminal-suggest/src/test/fixtures/symlink-test/symlink-executable.sh b/extensions/terminal-suggest/src/test/fixtures/symlink-test/symlink-executable.sh index 8f2b5db2692c0..e8beff303a7db 120000 --- a/extensions/terminal-suggest/src/test/fixtures/symlink-test/symlink-executable.sh +++ b/extensions/terminal-suggest/src/test/fixtures/symlink-test/symlink-executable.sh @@ -1 +1 @@ -real-executable.sh \ No newline at end of file +real-executable.sh diff --git a/extensions/vscode-test-resolver/scripts/terminateProcess.sh b/extensions/vscode-test-resolver/scripts/terminateProcess.sh index 908a68287fad2..9b068843f50b9 100755 --- a/extensions/vscode-test-resolver/scripts/terminateProcess.sh +++ b/extensions/vscode-test-resolver/scripts/terminateProcess.sh @@ -9,4 +9,4 @@ terminateTree() { for pid in $*; do terminateTree $pid -done \ No newline at end of file +done From 922c2ff0ebe1cf47f4ca64ea9a111623c61b3f5f Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Thu, 24 Jul 2025 16:19:27 +0300 Subject: [PATCH 2/3] --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index f5568abf8f42f..f18ba6786e94c 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,6 @@ "watch-extensions": "node --max-old-space-size=8192 ./node_modules/gulp/bin/gulp.js watch-extensions watch-extension-media", "watch-extensionsd": "deemon npm run watch-extensions", "kill-watch-extensionsd": "deemon --kill npm run watch-extensions", - "precommit": "node build/hygiene.js", "gulp": "node --max-old-space-size=8192 ./node_modules/gulp/bin/gulp.js", "electron": "node build/lib/electron", "7z": "7z", From bdfde55840e26b5e1767b72bcb9c948bf4e30812 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 17:51:30 +0000 Subject: [PATCH 3/3] Bump tmp from 0.2.3 to 0.2.4 in /build Bumps [tmp](https://github.com/raszi/node-tmp) from 0.2.3 to 0.2.4. - [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md) - [Commits](https://github.com/raszi/node-tmp/compare/v0.2.3...v0.2.4) --- updated-dependencies: - dependency-name: tmp dependency-version: 0.2.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- build/package-lock.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build/package-lock.json b/build/package-lock.json index 8a01fc58fcb85..05298beb3c51e 100644 --- a/build/package-lock.json +++ b/build/package-lock.json @@ -4232,10 +4232,11 @@ } }, "node_modules/tmp": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.3.tgz", - "integrity": "sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==", + "version": "0.2.4", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.4.tgz", + "integrity": "sha512-UdiSoX6ypifLmrfQ/XfiawN6hkjSBpCjhKxxZcWlUUmoXLaCKQU0bx4HF/tdDK2uzRuchf1txGvrWBzYREssoQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=14.14" }