-
Notifications
You must be signed in to change notification settings - Fork 299
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create platform directory structure (#9439)
* Rename client to platform * Move telemetry and fix registration issues * Move telemetry too * Fix root dir and missing registrations * Add news entry * Finish updating client from paths * Put launch.json back * Update telemetry file * Update linter * Package lock needs an update? * More linting * More linting * Put package-lock.json back * More linter fixes * Insiders? change to add extra line to document text * Review feedback * Fix problem with python extension upgrade. Fix pipInstaller ctor * Fix typo
- Loading branch information
Showing
684 changed files
with
5,133 additions
and
5,291 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -240,7 +240,7 @@ jobs: | |
- name: 'Check for telemetry edit' | ||
uses: brettcannon/[email protected] | ||
with: | ||
prereq-pattern: './src/client/telemetry/index.ts' | ||
prereq-pattern: './src/telemetry/index.ts' | ||
file-pattern: 'telemetry.md' | ||
skip-label: 'skip telemetry' | ||
failure-message: 'TELEMETRY.md should be updated when adding or removing telemetry. Please run "npm run generateTelemetry"' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Ignore the pythonEnvironments/ folder because we use ESLint there instead | ||
src/client/pythonEnvironments/* | ||
src/platform/pythonEnvironments/* | ||
src/test/pythonEnvironments/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
sonar.sources=src/client,src/datascience-ui | ||
sonar.sources=src/platform,src/datascience-ui | ||
sonar.exclusions=src/datascience-ui/**/codicon*.* | ||
sonar.tests=src/test | ||
sonar.cfamily.build-wrapper-output.bypass=true | ||
sonar.cpd.exclusions=src/datascience-ui/**/redux/actions.ts,src/client/**/raw-kernel/rawKernel.ts,src/client/datascience/jupyter/*ariable*.ts,src/client/activation/**/*.ts | ||
sonar.cpd.exclusions=src/datascience-ui/**/redux/actions.ts,src/platform/**/raw-kernel/rawKernel.ts,src/platform/datascience/jupyter/*ariable*.ts,src/platform/activation/**/*.ts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
[ | ||
"src/client/activation/activationService.ts", | ||
"src/client/common/installer/channelManager.ts", | ||
"src/client/common/installer/moduleInstaller.ts", | ||
"src/client/common/installer/productInstaller.ts", | ||
"src/client/debugger/extension/hooks/childProcessAttachService.ts", | ||
"src/client/formatters/baseFormatter.ts", | ||
"src/client/formatters/blackFormatter.ts", | ||
"src/client/interpreter/configuration/pythonPathUpdaterService.ts", | ||
"src/client/linters/errorHandlers/notInstalled.ts", | ||
"src/client/linters/errorHandlers/standard.ts", | ||
"src/client/linters/linterCommands.ts", | ||
"src/client/linters/prospector.ts", | ||
"src/client/providers/importSortProvider.ts", | ||
"src/client/providers/objectDefinitionProvider.ts", | ||
"src/client/providers/simpleRefactorProvider.ts", | ||
"src/client/pythonEnvironments/discovery/locators/services/pipEnvService.ts", | ||
"src/client/terminals/codeExecution/helper.ts", | ||
"src/client/testing/common/debugLauncher.ts", | ||
"src/client/testing/common/managers/baseTestManager.ts", | ||
"src/client/testing/common/services/discovery.ts", | ||
"src/client/testing/configuration.ts", | ||
"src/client/testing/display/main.ts", | ||
"src/client/testing/main.ts", | ||
"src/client/workspaceSymbols/generator.ts" | ||
"src/platform/activation/activationService.ts", | ||
"src/platform/common/installer/channelManager.ts", | ||
"src/platform/common/installer/moduleInstaller.ts", | ||
"src/platform/common/installer/productInstaller.ts", | ||
"src/platform/debugger/extension/hooks/childProcessAttachService.ts", | ||
"src/platform/formatters/baseFormatter.ts", | ||
"src/platform/formatters/blackFormatter.ts", | ||
"src/platform/interpreter/configuration/pythonPathUpdaterService.ts", | ||
"src/platform/linters/errorHandlers/notInstalled.ts", | ||
"src/platform/linters/errorHandlers/standard.ts", | ||
"src/platform/linters/linterCommands.ts", | ||
"src/platform/linters/prospector.ts", | ||
"src/platform/providers/importSortProvider.ts", | ||
"src/platform/providers/objectDefinitionProvider.ts", | ||
"src/platform/providers/simpleRefactorProvider.ts", | ||
"src/platform/pythonEnvironments/discovery/locators/services/pipEnvService.ts", | ||
"src/platform/terminals/codeExecution/helper.ts", | ||
"src/platform/testing/common/debugLauncher.ts", | ||
"src/platform/testing/common/managers/baseTestManager.ts", | ||
"src/platform/testing/common/services/discovery.ts", | ||
"src/platform/testing/configuration.ts", | ||
"src/platform/testing/display/main.ts", | ||
"src/platform/testing/main.ts", | ||
"src/platform/workspaceSymbols/generator.ts" | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Refactor client code into a 'platform' directory and organize serviceRegistry files in a hierarchical structure. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.