mirror of
https://github.com/nikdoof/dotfiles.git
synced 2025-12-13 09:42:27 +00:00
14 lines
493 B
XML
14 lines
493 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Component xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../Metadata.xsd">
|
|
<FriendlyName>Visual Studio Code</FriendlyName>
|
|
<BasePath>.code</BasePath>
|
|
<Detection>
|
|
<Method>FindInPath</Method>
|
|
<FindInPath>code</FindInPath>
|
|
</Detection>
|
|
|
|
<InstallPath>
|
|
<SpecialFolder>ApplicationData</SpecialFolder>
|
|
<Destination>Code\User</Destination>
|
|
</InstallPath>
|
|
</Component> |