<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_UNCONFIRMED "
title="UNCONFIRMED - Create 'vcsode-ide-integration' build target to prepare VS Code IDE integration, like other integrations are created"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=141156">141156</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Create 'vcsode-ide-integration' build target to prepare VS Code IDE integration, like other integrations are created
</td>
</tr>
<tr>
<th>Product</th>
<td>LibreOffice
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>All
</td>
</tr>
<tr>
<th>OS</th>
<td>All
</td>
</tr>
<tr>
<th>Status</th>
<td>UNCONFIRMED
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>medium
</td>
</tr>
<tr>
<th>Component</th>
<td>LibreOffice
</td>
</tr>
<tr>
<th>Assignee</th>
<td>libreoffice-bugs@lists.freedesktop.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>mikekaganski@hotmail.com
</td>
</tr></table>
<p>
<div>
<pre>Thanks to Cloph, we have a great VS Code template for IDE integration [1]. But
it is managed differently compared to all other IDE integrations: VS, Vim, Qt
Creator, KDevelop, XCode. While all those are generated using
<span class="quote">> make <name>ide-integration</span >
that makes sure it's prepared and placed correctly for this system, VS Code
integration is just a static workspace configuration, that does not
automatically adjust to the environment.
E.g., on Ubuntu 20.04, gdb is not at /usr/libexec/gdb, but at /usr/bin/gdb.
This task is about converting VS Code workspace configuration into a proper
'vscode-ide-integration' build target, which could use the existing files to
replace some keywords with system-specific values, place to the proper place,
remove the "the workspace file is recreated from a template whenever configure
is run" step mentioned in current wiki, and potentially do other kinds of
customizations required for rich IDE experience.
[1]
<a href="https://wiki.documentfoundation.org/Development/IDE#Visual_Studio_Code_.28VSCode.29">https://wiki.documentfoundation.org/Development/IDE#Visual_Studio_Code_.28VSCode.29</a></pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>