Bump actions/cache from 3 to 4 in /.github/actions/build-vsix #262
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run tests:
src/extension/debugger/hooks/debugpySocketsHandler.ts#L32
Expected '===' and instead saw '=='
|
Run tests:
src/extension/debugger/hooks/debugpySocketsHandler.ts#L34
Expected '===' and instead saw '=='
|
Run tests:
src/extension/debugger/hooks/debugpySocketsHandler.ts#L36
Expected '!==' and instead saw '!='
|
Run tests:
src/extension/extensionInit.ts#L93
Expected { after 'if' condition
|
Run tests:
src/test/unittest/adapter/adapter.test.ts#L60
Object Literal Property name `attach to PID` must match one of the following formats: camelCase
|
Run tests:
src/test/unittest/adapter/factory.unit.test.ts#L50
Variable name `oldValueOfVSC_PYTHON_UNIT_TEST` must match one of the following formats: camelCase, UPPER_CASE
|
Run tests:
src/test/unittest/adapter/factory.unit.test.ts#L51
Variable name `oldValueOfVSC_PYTHON_CI_TEST` must match one of the following formats: camelCase, UPPER_CASE
|
Run tests:
src/test/unittest/configuration/providers/flaskLaunch.unit.test.ts#L58
Object Literal Property name `FLASK_APP` must match one of the following formats: camelCase
|
Run tests:
src/test/unittest/configuration/providers/flaskLaunch.unit.test.ts#L59
Object Literal Property name `FLASK_DEBUG` must match one of the following formats: camelCase
|
Run tests:
src/test/unittest/configuration/providers/flaskLaunch.unit.test.ts#L81
Object Literal Property name `FLASK_APP` must match one of the following formats: camelCase
|
Loading