diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 77df6b468c6d..c65ea071c072 100644 --- a/Makefile.in +++ b/Makefile.in @@ -500,6 +500,10 @@ $(eval $(call gb_Top_GbuildToIdeIntegration,$(ide)))) # this target is provided primarily for consistency with the other ide-integrations vscode-ide-integration: $(BUILDDIR)/vs-code.code-workspace vim-ide-integration +# ToDo: there probably is a way to have it at least create the compile-commnands.json file +# for the vim/vs-code integration without building the registry stuff +gbuildtojson: Rdb + $(BUILDDIR)/vs-code.code-workspace: $(BUILDDIR)/vs-code.code-workspace.template @test -e $@ || cp $< $@ && \ cmp -s $@ $< || echo "ATTN: $(@F) differs from $(<F), please check yourself for changes" |