-
**Describe the bug**
I am creating a test setup for my extension.My extension depends on the Zowe Explorer extension. When I use zowe: Zowe.vscode-extension-for-zowe@2.18.0, my tests run succes…
-
Type: Bug
# Behaviour
Depending on the selected Python Interpreter, some tests are missing from the Test Explorer.
## Steps to reproduce:
1. Start a Python project
2. Add tests (under `/tests/` a…
-
### Did you check docs and existing issues?
- [X] I have read all the plugin docs
- [X] I have searched the existing issues
- [X] I have searched the existing issues of plugins related to this issue
…
-
I am unable to download fashion mnist.
https://github.com/deusebio/Graph-Machine-Learning/blob/513387bb0dd22e5af4b53618b2620e97deb18f61/Chapter03/01_ImageClassification_TensorFlow.ipynb#L38
```-…
-
The extension should be built on the CI in case the external crates are changed and should be a part of the release assets.
I set the question mark if we need to run the extension tests on CI because…
-
Open workspace with two projects. Open any file in 2nd project and the error appears:
"current document is outside of any project opened"
Deleted sln and workspace files, recreated structure and
erro…
-
TLDR:
- do not run all tests when test execution fails
- also, do not run tests at all when you cannot collect the IDs
I am currently debugging a problem in my tests, most likely related to https://g…
-
### Checklist
- [X] I have read and agree to the [Code of Conduct](https://github.com/CoderLine/mocha-vscode/blob/main/code-of-conduct.md)
- [X] I have searched for [related issues](https://github.co…
-
### Brief Issue Summary
I use vs code for remote development in docker container. c/c++ extensions pack, cmake tools and dev containers are used for this purpose. There is an unit test in cmake proje…
-
I have the following sample code:
```cpp
#include
#include
#include
template
struct Config
{
uint8_t id{};
std::array data{};
};
template
bool test()
{
return Cfg.data.empty(…