Skip to content

Commit a6e7c56

Browse files
Merge branch 'topic/fix-vs-windows' into 'master'
Tentative fix for VS Code on Windows See merge request eng/ide/ada_language_server!2242
2 parents a8e83cb + 5af78d6 commit a6e7c56

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)