Skip to content

Commit 116d538

Browse files
authored
Merge pull request #8051 from MicrosoftDocs/main637886993672170701
For protected CLA branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 0994ebf + 710fcbd commit 116d538

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/ide/managing-external-tools.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The following is a full list of arguments that can be used when defining an exte
6464
|----------|--------------|-----------------|
6565
|Item Path|$(ItemPath)|The complete file name of the current file (drive + path + file name).|
6666
|Item Directory|$(ItemDir)|The directory of the current file (drive + path).|
67-
|Item File Name|$(ItemFilename)|The file name of the current file (file name).|
67+
|Item File Name|$(ItemFilename)|The file name of the current file.|
6868
|Item Extension|$(ItemExt)|The file name extension of the current file.|
6969
|Current Line|$(CurLine)|The current line position of the cursor in the code window.|
7070
|Current Column|$(CurCol)|The current column position of the cursor in the code window.|
@@ -75,9 +75,9 @@ The following is a full list of arguments that can be used when defining an exte
7575
|Target Extension|$(TargetExt)|The file name extension of the item to be built.|
7676
|Binary Directory|$(BinDir)|The final location of the binary that is being built (defined as drive + path).|
7777
|Project Directory|$(ProjectDir)|The directory of the current project (drive + path).|
78-
|Project File Name|$(ProjectFileName)|The file name of the current project (drive + path + file name).|
78+
|Project File Name|$(ProjectFileName)|The file name of the current project.|
7979
|Solution Directory|$(SolutionDir)|The directory of the current solution (drive + path).|
80-
|Solution File Name|$(SolutionFileName)|The file name of the current solution (drive + path + file name).|
80+
|Solution File Name|$(SolutionFileName)|The file name of the current solution.|
8181

8282
> [!NOTE]
8383
> The IDE status bar displays the **Current Line** and **Current Column** variables to indicate where the insertion point is located in the active **Code Editor**. The **Current Text** variable returns the text or code selected at that location.

0 commit comments

Comments
 (0)