-
Notifications
You must be signed in to change notification settings - Fork 307
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test experiment #10541
base: main
Are you sure you want to change the base?
Test experiment #10541
Conversation
Codecov Report
@@ Coverage Diff @@
## main #10541 +/- ##
=======================================
- Coverage 71% 70% -1%
=======================================
Files 465 465
Lines 27905 27906 +1
Branches 4699 4699
=======================================
- Hits 19843 19621 -222
- Misses 6188 6392 +204
- Partials 1874 1893 +19
|
import { CommandSource } from '../../testing/common/constants'; | ||
import { Channel } from './types'; | ||
import { SelectJupyterUriCommandSource } from '../../../kernels/jupyter/serverSelector'; | ||
import { IShowDataViewerFromVariablePanel } from './platform/messageTypes'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Using this PR for testing of VS Code TPI
@@ -63,15 +63,15 @@ import { | |||
import { createDeferred } from './platform/common/utils/async'; | |||
import { Common, OutputChannelNames } from './platform/common/utils/localize'; | |||
import { IServiceContainer, IServiceManager } from './platform/ioc/types'; | |||
import { sendErrorTelemetry, sendStartupTelemetry } from './telemetry/startupTelemetry'; | |||
import { sendErrorTelemetry, sendStartupTelemetry } from './platform/telemetry/startupTelemetry'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adding more comments for testing
of TPI Item
import { noop } from './platform/common/utils/misc'; | ||
import { PythonExtension } from './webviews/webview-side/common/constants'; | ||
import { registerTypes as registerPlatformTypes } from './platform/serviceRegistry.node'; | ||
import { registerTypes as registerKernelTypes } from './kernels/serviceRegistry.node'; | ||
import { registerTypes as registerNotebookTypes } from './notebooks/serviceRegistry.node'; | ||
import { registerTypes as registerInteractiveTypes } from './interactive-window/serviceRegistry.node'; | ||
import { registerTypes as registerStandaloneTypes } from './standalone/serviceRegistry.node'; | ||
import { registerTypes as registerTelemetryTypes } from './telemetry/serviceRegistry.node'; | ||
import { registerTypes as registerTelemetryTypes } from './platform/telemetry/serviceRegistry.node'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adding another item
Validating ideas of run selected tests only when some area of changes are touched.
package-lock.json
has been regenerated by runningnpm install
(if dependencies have changed).