diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2021-12-15 14:21:36 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2021-12-21 13:25:34 +0100 |
commit | 8d7e266943447a97ad09caebc263f3b2d6abdbde (patch) | |
tree | 18e3043d1d5aced1e0f0456634aebd2ee7c90852 /.vscode | |
parent | 01de8e10bfa6a99dbbfd771a626657790be8129c (diff) |
provide a "make vscode-ide-integration" target
to be consistent with the other ide integrations and to take care of the
extra step of running "make vim-ide-integration" to create the
compile_commands.json file required by the vscode integration.
Not using the autogenerated file created by configure directly might
also spare some users from having their own additions overridden
Change-Id: Ibb269197dc84f607b28ddad03adc919864e0c040
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126860
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/vs-code-template.code-workspace.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.vscode/vs-code-template.code-workspace.in b/.vscode/vs-code-template.code-workspace.in index fe20726afaeb..61df6099bce7 100644 --- a/.vscode/vs-code-template.code-workspace.in +++ b/.vscode/vs-code-template.code-workspace.in @@ -1,6 +1,6 @@ -// *** Autogenerated file - created by configure.ac *** -// you should save the auto-generated vs-code-templates.code-workspace to a separate file -// to prevent your changes from being overwritten +// *** vs-code.code-workspace.template is an autogenerated file created by configure.ac *** +// any changes to the vs-code.code-workspace.template file WILL BE OVERRIDDEN +// use the vs-code.code-worskpace file (make vscode-ide-integration) for your own edits { "extensions": { "recommendations": [ |