Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
<?xml version="1.0" encoding="utf-8"?>
<LCX SchemaVersion="6.0" Name="D:\a\_work\1\b\raw\binaries\Snippets\Python\arg_path.snippet" PsrId="210" SrcCul="en-US" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx" TgtCul="zh-CN">
<OwnedComments>
<Cmt Name="Dev" />
<Cmt Name="LcxAdmin" />
<Cmt Name="Rccx" />
</OwnedComments>
<Item ItemId=";&lt;Description&gt;" ItemType="0" PsrId="210" Leaf="false">
<Disp Icon="Str" Disp="true" LocTbl="false" />
<Item ItemId="0;10b5db89840923ed3d0acc5fe287c167" ItemType="42;XML:Text" PsrId="210" Leaf="true">
<Str Cat="AppData">
<Val><![CDATA[Code snippet for a path argument for an argparse parser.]]></Val>
</Str>
<Disp Icon="Str" Order="3" />
</Item>
</Item>
<Item ItemId=";&lt;Title&gt;" ItemType="0" PsrId="210" Leaf="false">
<Disp Icon="Str" Disp="true" LocTbl="false" />
<Item ItemId="0;1cf27f1348d9adf9704b2dff0db0d888" ItemType="42;XML:Text" PsrId="210" Leaf="true">
<Str Cat="AppData">
<Val><![CDATA[argparse path argument]]></Val>
</Str>
<Disp Icon="Str" Order="1" />
</Item>
</Item>
<Item ItemId=";&lt;ToolTip&gt;" ItemType="0" PsrId="210" Leaf="false">
<Disp Icon="Str" Disp="true" LocTbl="false" />
<Item ItemId="0;69ee1bdf53fb0aeed761c52c8d49693d" ItemType="42;XML:Text" PsrId="210" Leaf="true">
<Str Cat="AppData">
<Val><![CDATA[Short argument name, typically only a single letter.]]></Val>
</Str>
<Disp Icon="Str" Order="5" />
</Item>
<Item ItemId="0;75a55c928c79bdb03057db67af054e9e" ItemType="42;XML:Text" PsrId="210" Leaf="true">
<Str Cat="AppData">
<Val><![CDATA[Long argument name, typically one or two words separated by a hyphen.]]></Val>
</Str>
<Disp Icon="Str" Order="7" />
</Item>
<Item ItemId="0;e7b23931982c94194e3886cd424afb72" ItemType="42;XML:Text" PsrId="210" Leaf="true">
<Str Cat="AppData">
<Val><![CDATA[Description of the argument to display when called with --help/-h.]]></Val>
</Str>
<Disp Icon="Str" Order="11" />
</Item>
<Item ItemId="0;ed36fc16d953d88706f27cad66ebb5f2" ItemType="42;XML:Text" PsrId="210" Leaf="true">
<Str Cat="AppData">
<Val><![CDATA[Argument variable name.]]></Val>
</Str>
<Disp Icon="Str" Order="9" />
</Item>
</Item>
<Settings Name="@SettingsPath@\default.lss" Type="Lss" /></LCX>
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<?xml version="1.0" encoding="utf-8"?>
<LCX SchemaVersion="6.0" Name="D:\a\_work\1\b\raw\binaries\Snippets\Python\arg_path_positional.snippet" PsrId="210" SrcCul="en-US" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx" TgtCul="zh-CN">
<OwnedComments>
<Cmt Name="Dev" />
<Cmt Name="LcxAdmin" />
<Cmt Name="Rccx" />
</OwnedComments>
<Item ItemId=";&lt;Description&gt;" ItemType="0" PsrId="210" Leaf="false">
<Disp Icon="Str" Disp="true" LocTbl="false" />
<Item ItemId="0;12736a644fe557377d4f44fb250f3cc0" ItemType="42;XML:Text" PsrId="210" Leaf="true">
<Str Cat="AppData">
<Val><![CDATA[Code snippet for a positional path argument for an argparse parser.]]></Val>
</Str>
<Disp Icon="Str" Order="3" />
</Item>
</Item>
<Item ItemId=";&lt;Title&gt;" ItemType="0" PsrId="210" Leaf="false">
<Disp Icon="Str" Disp="true" LocTbl="false" />
<Item ItemId="0;5cb477ab75463262edfbf537292653c8" ItemType="42;XML:Text" PsrId="210" Leaf="true">
<Str Cat="AppData">
<Val><![CDATA[argparse positional path argument]]></Val>
</Str>
<Disp Icon="Str" Order="1" />
</Item>
</Item>
<Item ItemId=";&lt;ToolTip&gt;" ItemType="0" PsrId="210" Leaf="false">
<Disp Icon="Str" Disp="true" LocTbl="false" />
<Item ItemId="0;35282756089c336d9b7432ac72d786f1" ItemType="42;XML:Text" PsrId="210" Leaf="true">
<Str Cat="AppData">
<Val><![CDATA[Argument name. Start with a hyphen to require a switch, or omit to make it positional.]]></Val>
</Str>
<Disp Icon="Str" Order="5" />
</Item>
<Item ItemId="0;e7b23931982c94194e3886cd424afb72" ItemType="42;XML:Text" PsrId="210" Leaf="true">
<Str Cat="AppData">
<Val><![CDATA[Description of the argument to display when called with --help/-h.]]></Val>
</Str>
<Disp Icon="Str" Order="7" />
</Item>
</Item>
<Settings Name="@SettingsPath@\default.lss" Type="Lss" /></LCX>
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
<?xml version="1.0" encoding="utf-8"?>
<LCX SchemaVersion="6.0" Name="D:\a\_work\1\b\raw\binaries\Snippets\Python\arg_str.snippet" PsrId="210" SrcCul="en-US" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx" TgtCul="zh-CN">
<OwnedComments>
<Cmt Name="Dev" />
<Cmt Name="LcxAdmin" />
<Cmt Name="Rccx" />
</OwnedComments>
<Item ItemId=";&lt;Description&gt;" ItemType="0" PsrId="210" Leaf="false">
<Disp Icon="Str" Disp="true" LocTbl="false" />
<Item ItemId="0;5162629d4963116ba811271091fe841d" ItemType="42;XML:Text" PsrId="210" Leaf="true">
<Str Cat="AppData">
<Val><![CDATA[Code snippet for a string argument for an argparse parser.]]></Val>
</Str>
<Disp Icon="Str" Order="3" />
</Item>
</Item>
<Item ItemId=";&lt;Title&gt;" ItemType="0" PsrId="210" Leaf="false">
<Disp Icon="Str" Disp="true" LocTbl="false" />
<Item ItemId="0;8fbb5326dfe0bf71b7361d48e1a445c4" ItemType="42;XML:Text" PsrId="210" Leaf="true">
<Str Cat="AppData">
<Val><![CDATA[argparse string argument]]></Val>
</Str>
<Disp Icon="Str" Order="1" />
</Item>
</Item>
<Item ItemId=";&lt;ToolTip&gt;" ItemType="0" PsrId="210" Leaf="false">
<Disp Icon="Str" Disp="true" LocTbl="false" />
<Item ItemId="0;69ee1bdf53fb0aeed761c52c8d49693d" ItemType="42;XML:Text" PsrId="210" Leaf="true">
<Str Cat="AppData">
<Val><![CDATA[Short argument name, typically only a single letter.]]></Val>
</Str>
<Disp Icon="Str" Order="5" />
</Item>
<Item ItemId="0;75a55c928c79bdb03057db67af054e9e" ItemType="42;XML:Text" PsrId="210" Leaf="true">
<Str Cat="AppData">
<Val><![CDATA[Long argument name, typically one or two words separated by a hyphen.]]></Val>
</Str>
<Disp Icon="Str" Order="7" />
</Item>
<Item ItemId="0;e7b23931982c94194e3886cd424afb72" ItemType="42;XML:Text" PsrId="210" Leaf="true">
<Str Cat="AppData">
<Val><![CDATA[Description of the argument to display when called with --help/-h.]]></Val>
</Str>
<Disp Icon="Str" Order="11" />
</Item>
<Item ItemId="0;ed36fc16d953d88706f27cad66ebb5f2" ItemType="42;XML:Text" PsrId="210" Leaf="true">
<Str Cat="AppData">
<Val><![CDATA[Argument variable name.]]></Val>
</Str>
<Disp Icon="Str" Order="9" />
</Item>
</Item>
<Settings Name="@SettingsPath@\default.lss" Type="Lss" /></LCX>
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<?xml version="1.0" encoding="utf-8"?>
<LCX SchemaVersion="6.0" Name="D:\a\_work\1\b\raw\binaries\Snippets\Python\arg_str_positional.snippet" PsrId="210" SrcCul="en-US" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx" TgtCul="zh-CN">
<OwnedComments>
<Cmt Name="Dev" />
<Cmt Name="LcxAdmin" />
<Cmt Name="Rccx" />
</OwnedComments>
<Item ItemId=";&lt;Description&gt;" ItemType="0" PsrId="210" Leaf="false">
<Disp Icon="Str" Disp="true" LocTbl="false" />
<Item ItemId="0;69def699f0c2570190c042fc792b38c5" ItemType="42;XML:Text" PsrId="210" Leaf="true">
<Str Cat="AppData">
<Val><![CDATA[Code snippet for a positional string argument for an argparse parser.]]></Val>
</Str>
<Disp Icon="Str" Order="3" />
</Item>
</Item>
<Item ItemId=";&lt;Title&gt;" ItemType="0" PsrId="210" Leaf="false">
<Disp Icon="Str" Disp="true" LocTbl="false" />
<Item ItemId="0;9dbaae3dbddf131d3205155271f50641" ItemType="42;XML:Text" PsrId="210" Leaf="true">
<Str Cat="AppData">
<Val><![CDATA[argparse positional string argument]]></Val>
</Str>
<Disp Icon="Str" Order="1" />
</Item>
</Item>
<Item ItemId=";&lt;ToolTip&gt;" ItemType="0" PsrId="210" Leaf="false">
<Disp Icon="Str" Disp="true" LocTbl="false" />
<Item ItemId="0;35282756089c336d9b7432ac72d786f1" ItemType="42;XML:Text" PsrId="210" Leaf="true">
<Str Cat="AppData">
<Val><![CDATA[Argument name. Start with a hyphen to require a switch, or omit to make it positional.]]></Val>
</Str>
<Disp Icon="Str" Order="5" />
</Item>
<Item ItemId="0;e7b23931982c94194e3886cd424afb72" ItemType="42;XML:Text" PsrId="210" Leaf="true">
<Str Cat="AppData">
<Val><![CDATA[Description of the argument to display when called with --help/-h.]]></Val>
</Str>
<Disp Icon="Str" Order="7" />
</Item>
</Item>
<Settings Name="@SettingsPath@\default.lss" Type="Lss" /></LCX>
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<?xml version="1.0" encoding="utf-8"?>
<LCX SchemaVersion="6.0" Name="D:\a\_work\1\b\raw\binaries\Snippets\Python\arg_switch.snippet" PsrId="210" SrcCul="en-US" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx" TgtCul="zh-CN">
<OwnedComments>
<Cmt Name="Dev" />
<Cmt Name="LcxAdmin" />
<Cmt Name="Rccx" />
</OwnedComments>
<Item ItemId=";&lt;Description&gt;" ItemType="0" PsrId="210" Leaf="false">
<Disp Icon="Str" Disp="true" LocTbl="false" />
<Item ItemId="0;cdf30125985a60ac677caefc318833e8" ItemType="42;XML:Text" PsrId="210" Leaf="true">
<Str Cat="AppData">
<Val><![CDATA[Code snippet for a switch argument for an argparse parser.]]></Val>
</Str>
<Disp Icon="Str" Order="3" />
</Item>
</Item>
<Item ItemId=";&lt;Title&gt;" ItemType="0" PsrId="210" Leaf="false">
<Disp Icon="Str" Disp="true" LocTbl="false" />
<Item ItemId="0;277d72dbe38cd017f4b02e7448bf146e" ItemType="42;XML:Text" PsrId="210" Leaf="true">
<Str Cat="AppData">
<Val><![CDATA[argparse switch argument]]></Val>
</Str>
<Disp Icon="Str" Order="1" />
</Item>
</Item>
<Item ItemId=";&lt;ToolTip&gt;" ItemType="0" PsrId="210" Leaf="false">
<Disp Icon="Str" Disp="true" LocTbl="false" />
<Item ItemId="0;69ee1bdf53fb0aeed761c52c8d49693d" ItemType="42;XML:Text" PsrId="210" Leaf="true">
<Str Cat="AppData">
<Val><![CDATA[Short argument name, typically only a single letter.]]></Val>
</Str>
<Disp Icon="Str" Order="5" />
</Item>
<Item ItemId="0;75a55c928c79bdb03057db67af054e9e" ItemType="42;XML:Text" PsrId="210" Leaf="true">
<Str Cat="AppData">
<Val><![CDATA[Long argument name, typically one or two words separated by a hyphen.]]></Val>
</Str>
<Disp Icon="Str" Order="7" />
</Item>
<Item ItemId="0;e7b23931982c94194e3886cd424afb72" ItemType="42;XML:Text" PsrId="210" Leaf="true">
<Str Cat="AppData">
<Val><![CDATA[Description of the argument to display when called with --help/-h.]]></Val>
</Str>
<Disp Icon="Str" Order="9" />
</Item>
</Item>
<Settings Name="@SettingsPath@\default.lss" Type="Lss" /></LCX>
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<?xml version="1.0" encoding="utf-8"?>
<LCX SchemaVersion="6.0" Name="D:\a\_work\1\b\raw\binaries\Snippets\Python\argparse.snippet" PsrId="210" SrcCul="en-US" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx" TgtCul="zh-CN">
<OwnedComments>
<Cmt Name="Dev" />
<Cmt Name="LcxAdmin" />
<Cmt Name="Rccx" />
</OwnedComments>
<Item ItemId=";&lt;Description&gt;" ItemType="0" PsrId="210" Leaf="false">
<Disp Icon="Str" Disp="true" LocTbl="false" />
<Item ItemId="0;efc9719c9afe3a8265e2a7e511a1cdc6" ItemType="42;XML:Text" PsrId="210" Leaf="true">
<Str Cat="AppData">
<Val><![CDATA[Code snippet for a function to parse arguments using argparse]]></Val>
</Str>
<Disp Icon="Str" Order="3" />
</Item>
</Item>
<Item ItemId=";&lt;Title&gt;" ItemType="0" PsrId="210" Leaf="false">
<Disp Icon="Str" Disp="true" LocTbl="false" />
<Item ItemId="0;4365422194f5997a16d7a169524e3d10" ItemType="42;XML:Text" PsrId="210" Leaf="true">
<Str Cat="AppData">
<Val><![CDATA[argparse block]]></Val>
</Str>
<Disp Icon="Str" Order="1" />
</Item>
</Item>
<Item ItemId=";&lt;ToolTip&gt;" ItemType="0" PsrId="210" Leaf="false">
<Disp Icon="Str" Disp="true" LocTbl="false" />
<Item ItemId="0;62568bc5e481b7c2bf94f72978c34da4" ItemType="42;XML:Text" PsrId="210" Leaf="true">
<Str Cat="AppData">
<Val><![CDATA[Short description of your script]]></Val>
</Str>
<Disp Icon="Str" Order="5" />
</Item>
</Item>
<Settings Name="@SettingsPath@\default.lss" Type="Lss" /></LCX>
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
<?xml version="1.0" encoding="utf-8"?>
<LCX SchemaVersion="6.0" Name="D:\a\_work\1\b\raw\binaries\VCTargets\Win32\ImportAfter\Microsoft.PythonTools.Debugger.VCDebugLauncher.xaml" PsrId="22" SrcCul="en-US" xmlns="http://schemas.microsoft.com/locstudio/2006/6/lcx" TgtCul="zh-CN">
<OwnedComments>
<Cmt Name="Dev" />
<Cmt Name="LcxAdmin" />
<Cmt Name="Rccx" />
</OwnedComments>
<Item ItemId=";&lt;BoolProperty&gt;" ItemType="0" PsrId="210" Leaf="false">
<Disp Icon="Str" Disp="true" LocTbl="false" />
<Item ItemId="0;localdebuggermergeenvironment@BoolProperty@Description" ItemType="47;XML:Attr:Description" PsrId="210" Leaf="true">
<Str Cat="AppData">
<Val><![CDATA[Merge specified environment variables with existing environment.]]></Val>
</Str>
<Disp Icon="Str" Order="27" />
</Item>
<Item ItemId="0;localdebuggermergeenvironment@BoolProperty@DisplayName" ItemType="47;XML:Attr:DisplayName" PsrId="210" Leaf="true">
<Str Cat="AppData">
<Val><![CDATA[Merge Environment]]></Val>
</Str>
<Disp Icon="Str" Order="25" />
</Item>
</Item>
<Item ItemId=";&lt;Rule&gt;" ItemType="0" PsrId="210" Leaf="false">
<Disp Icon="Str" Disp="true" LocTbl="false" />
<Item ItemId="0;pythondebuglaunchprovider@Rule@Description" ItemType="47;XML:Attr:Description" PsrId="210" Leaf="true">
<Str Cat="AppData">
<Val><![CDATA[Python/Native debugging options]]></Val>
</Str>
<Disp Icon="Str" Order="3" />
</Item>
<Item ItemId="0;pythondebuglaunchprovider@Rule@DisplayName" ItemType="47;XML:Attr:DisplayName" PsrId="210" Leaf="true">
<Str Cat="AppData">
<Val><![CDATA[Python/Native Debugging]]></Val>
</Str>
<Disp Icon="Str" Order="1" />
</Item>
</Item>
<Item ItemId=";&lt;StringListProperty&gt;" ItemType="0" PsrId="210" Leaf="false">
<Disp Icon="Str" Disp="true" LocTbl="false" />
<Item ItemId="0;localdebuggerenvironment@StringListProperty@Description" ItemType="47;XML:Attr:Description" PsrId="210" Leaf="true">
<Str Cat="AppData">
<Val><![CDATA[Specifies the environment for the debugee, or variables to merge with existing environment.]]></Val>
</Str>
<Disp Icon="Str" Order="23" />
</Item>
<Item ItemId="0;localdebuggerenvironment@StringListProperty@DisplayName" ItemType="47;XML:Attr:DisplayName" PsrId="210" Leaf="true">
<Str Cat="AppData">
<Val><![CDATA[Environment]]></Val>
</Str>
<Disp Icon="Str" Order="21" />
</Item>
</Item>
<Item ItemId=";&lt;StringProperty&gt;" ItemType="0" PsrId="210" Leaf="false">
<Disp Icon="Str" Disp="true" LocTbl="false" />
<Item ItemId="0;localdebuggercommand@StringProperty@Description" ItemType="47;XML:Attr:Description" PsrId="210" Leaf="true">
<Str Cat="AppData">
<Val><![CDATA[The debug command to execute.]]></Val>
</Str>
<Disp Icon="Str" Order="7" />
</Item>
<Item ItemId="0;localdebuggercommandarguments@StringProperty@Description" ItemType="47;XML:Attr:Description" PsrId="210" Leaf="true">
<Str Cat="AppData">
<Val><![CDATA[The command line arguments to pass to the application.]]></Val>
</Str>
<Disp Icon="Str" Order="15" />
</Item>
<Item ItemId="0;localdebuggerworkingdirectory@StringProperty@Description" ItemType="47;XML:Attr:Description" PsrId="210" Leaf="true">
<Str Cat="AppData">
<Val><![CDATA[The application's working directory. By default, the directory containing the project file.]]></Val>
</Str>
<Disp Icon="Str" Order="19" />
</Item>
<Item ItemId="0;localdebuggercommand@StringProperty@DisplayName" ItemType="47;XML:Attr:DisplayName" PsrId="210" Leaf="true">
<Str Cat="AppData">
<Val><![CDATA[Command]]></Val>
</Str>
<Disp Icon="Str" Order="5" />
</Item>
<Item ItemId="0;localdebuggercommandarguments@StringProperty@DisplayName" ItemType="47;XML:Attr:DisplayName" PsrId="210" Leaf="true">
<Str Cat="AppData">
<Val><![CDATA[Command Arguments]]></Val>
</Str>
<Disp Icon="Str" Order="13" />
</Item>
<Item ItemId="0;localdebuggerworkingdirectory@StringProperty@DisplayName" ItemType="47;XML:Attr:DisplayName" PsrId="210" Leaf="true">
<Str Cat="AppData">
<Val><![CDATA[Working Directory]]></Val>
</Str>
<Disp Icon="Str" Order="17" />
</Item>
</Item>
<Item ItemId=";&lt;ValueEditor&gt;" ItemType="0" PsrId="210" Leaf="false">
<Disp Icon="Str" Disp="true" LocTbl="false" />
<Item ItemId="0;5a88dad82b4127d481f86820c9fcbf98" ItemType="47;XML:Attr:DisplayName" PsrId="210" Leaf="true">
<Str Cat="AppData">
<Val><![CDATA[<Edit...>]]></Val>
</Str>
<Disp Icon="Str" Order="9" />
</Item>
<Item ItemId="0;b66ab1d4354799e0066c0af0ab39211f" ItemType="47;XML:Attr:DisplayName" PsrId="210" Leaf="true">
<Str Cat="AppData">
<Val><![CDATA[<Browse...>]]></Val>
</Str>
<Disp Icon="Str" Order="11" />
</Item>
</Item>
<Settings Name="@SettingsPath@\default.lss" Type="Lss" /></LCX>
Loading