Skip to content

Commit

Permalink
Fix tests and expected values
Browse files Browse the repository at this point in the history
  • Loading branch information
karthiknadig committed Dec 10, 2024
1 parent 355e0a8 commit 08469d2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ pipenvPath: "<placeholder>"

|Extension Name|Extension Id|Version|
|---|---|---|
|Python|ms-python.python|2020.2|
|python|ms-|2020.2|
</details>
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ venvPath: "<placeholder>"

|Extension Name|Extension Id|Version|
|---|---|---|
|Python|ms-python.python|2020.2|
|python|ms-|2020.2|
</details>
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ suite('Report Issue Command', () => {
packageJSON: {
displayName: 'Python',
version: '2020.2',
name: 'python',
publisher: 'ms-python',
},
},
]);
Expand Down

0 comments on commit 08469d2

Please sign in to comment.