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
{{ message }}
This repository was archived by the owner on Apr 14, 2022. It is now read-only.
2. C# Extension to [VS Code](https://code.visualstudio.com) (all platforms)
12
12
3. Python 2.7
13
-
4. Python 3.6
13
+
4. Python 3.6+
14
14
15
-
*Alternative:*[Visual Studio 2017 or 2019](https://www.visualstudio.com/downloads/) (Windows only) with .NET Core and C# Workloads. Community Edition is free and is fully functional.
15
+
*Alternative:*[Visual Studio 2019](https://www.visualstudio.com/downloads/) (Windows only) with .NET Core and C# Workloads. Community Edition is free and is fully functional.
16
16
17
17
### Setup
18
18
@@ -54,7 +54,7 @@ On Windows you can also attach from Visual Studio (Debug | Attach To Process).
54
54
### Unit Tests
55
55
To run unit tests, do one of the following:
56
56
- Run the Unit Tests in the [VS Code Python Extension](https://github.com/Microsoft/vscode-python) project via *Launch Language Server Tests*.
57
-
- On Windows: open the `PLS.sln` solution in Visual Studio 2017 or 2019 and run tests from the Test Explorer.
57
+
- On Windows: open the `PLS.sln` solution in Visual Studio 2019 and run tests from the Test Explorer.
58
58
- Run `dotnet test` from Terminal in the `src` directory, or in a specific directory like `src/Analysis/Ast/Test` to test a specific suite.
59
59
- Install C# extension and .NET Core Test Explorer for VS Code, open src folder in VS Code and run tests.
0 commit comments