You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/data-lake-analytics/data-lake-analytics-data-lake-tools-for-vscode.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,9 @@
2
2
title: Use Azure Data Lake Tools for Visual Studio Code
3
3
description: Learn how to use Azure Data Lake Tools for Visual Studio Code to create, test, and run U-SQL scripts.
4
4
ms.service: data-lake-analytics
5
-
ms.reviewer: jasonh
5
+
ms.reviewer: whhender
6
6
ms.topic: how-to
7
-
ms.date: 02/09/2018
7
+
ms.date: 10/17/2022
8
8
---
9
9
10
10
# 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
133
133
2. Enter **ADL: Set Git Ignore**.
134
134
135
135
- 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.
137
137
138
138

139
139
@@ -216,7 +216,7 @@ U-SQL local run tests your local data and validates your script locally before y
216
216
- Step through the code.
217
217
- Validate your script locally.
218
218
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.
220
220
221
221
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).
222
222
@@ -230,7 +230,7 @@ Before you can compile and run U-SQL scripts in Data Lake Analytics, you must co
230
230
231
231
1. Select Ctrl+Shift+P to open the command palette.
232
232
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.
234
234
235
235

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

272
272
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.
274
274
275
275

0 commit comments