Skip to content

Commit 5af78d6

Browse files
Tentative fix for VS Code on Windows
(no-issue-check)
1 parent a8e83cb commit 5af78d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ endif
121121
$(GPRBUILD) -P gnat/lsp_client.gpr -p $(COVERAGE_BUILD_FLAGS) $(GPRBUILD_CARGS)
122122
ifdef NODE
123123
mkdir -p integration/vscode/ada/$(NODE_ARCH_PLATFORM)
124-
cp -v -f $(ALS) integration/vscode/ada/$(NODE_ARCH_PLATFORM)
124+
cp -f $(ALS) integration/vscode/ada/$(NODE_ARCH_PLATFORM)
125125
endif
126126

127127
generate:

0 commit comments

Comments
 (0)