Skip to content

Commit 844b580

Browse files
committed
Acrolinx
1 parent e030e02 commit 844b580

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/data-lake-analytics/data-lake-analytics-data-lake-tools-for-vscode.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
title: Use Azure Data Lake Tools for Visual Studio Code
33
description: Learn how to use Azure Data Lake Tools for Visual Studio Code to create, test, and run U-SQL scripts.
44
ms.service: data-lake-analytics
5-
ms.reviewer: jasonh
5+
ms.reviewer: whhender
66
ms.topic: how-to
7-
ms.date: 02/09/2018
7+
ms.date: 10/17/2022
88
---
99

1010
# Use Azure Data Lake Tools for Visual Studio Code
@@ -133,7 +133,7 @@ You can set the default context to apply this setting to all script files if you
133133
2. Enter **ADL: Set Git Ignore**.
134134

135135
- If you don’t have a **.gitIgnore** file in your VS Code working folder, a file named **.gitIgnore** is created in your folder. Four items (**usqlCodeBehindReference**, **usqlCodeBehindGenerated**, **.cache**, **obj**) are added in the file by default. You can make more updates if needed.
136-
- If you already have a **.gitIgnore** file in your VS Code working folder, the tool adds four items (**usqlCodeBehindReference**, **usqlCodeBehindGenerated**, **.cache**, **obj**) in your **.gitIgnore** file if the four items were not included in the file.
136+
- If you already have a **.gitIgnore** file in your VS Code working folder, the tool adds four items (**usqlCodeBehindReference**, **usqlCodeBehindGenerated**, **.cache**, **obj**) in your **.gitIgnore** file if the four items weren't included in the file.
137137

138138
![Items in the .gitIgnore file](./media/data-lake-analytics-data-lake-tools-for-vscode/data-lake-tools-for-gitignore.png)
139139

@@ -216,7 +216,7 @@ U-SQL local run tests your local data and validates your script locally before y
216216
- Step through the code.
217217
- Validate your script locally.
218218

219-
The local run and local debug feature only works in Windows environments, and is not supported on macOS and Linux-based operating systems.
219+
The local run and local debug feature only works in Windows environments, and isn't supported on macOS and Linux-based operating systems.
220220

221221
For instructions on local run and local debug, see [U-SQL local run and local debug with Visual Studio Code](data-lake-tools-for-vscode-local-run-and-debug.md).
222222

@@ -230,7 +230,7 @@ Before you can compile and run U-SQL scripts in Data Lake Analytics, you must co
230230

231231
1. Select Ctrl+Shift+P to open the command palette.
232232

233-
2. Enter **ADL: Login**. The login information appears on the lower right.
233+
2. Enter **ADL: Login**. The sign in information appears on the lower right.
234234

235235
![Entering the login command](./media/data-lake-analytics-data-lake-tools-for-vscode/data-lake-tools-for-vscode-extension-login.png)
236236

@@ -270,7 +270,7 @@ You can create an extraction script for .csv, .tsv, and .txt files by using the
270270

271271
![Process for creating an extraction script](./media/data-lake-analytics-data-lake-tools-for-vscode/create-extract-script-process.png)
272272

273-
The extraction script is generated based on your entries. For a script that cannot detect the columns, choose one from the two options. If not, only one script will be generated.
273+
The extraction script is generated based on your entries. For a script that can't detect the columns, choose one from the two options. If not, only one script will be generated.
274274

275275
![Result of creating an extraction script](./media/data-lake-analytics-data-lake-tools-for-vscode/create-extract-script-result.png)
276276

0 commit comments

Comments
 (0)