Skip to content

Conversation

IanMatthewHuff
Copy link
Member

For #6672

  • Pull request represents a single change (i.e. not fixing disparate/unrelated things in a single PR)
  • Title summarizes what is changing
  • Has a news entry file (remember to thank yourself!)
  • Appropriate comments and documentation strings in the code
  • Has sufficient logging.
  • Has telemetry for enhancements.
  • Unit tests & system/integration tests are added/updated
  • Test plan is updated as appropriate
  • package-lock.json has been regenerated by running npm install (if dependencies have changed)
  • The wiki is updated with any design decisions/details.

private getStackTrace(message: any): IDebugLocation | undefined {
if (message.command === 'stackTrace') {
if (message.body.stackFrames.length > 0) {
const lineNumber = message.body.stackFrames[0].line;
Copy link

@rchiodo rchiodo Jul 31, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

stackFrames [](start = 48, length = 11)

I believe there is a DebugProtocol set of types. I used them in some of the MockDebuggerService. Might make this easier to verify #Resolved

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ahh, there totally is. I wasn't liking how loose the any stuff was. I'll use 'em


In reply to: 309303086 [](ancestors = 309303086)

throw new Error('Method not implemented.');
}
public registerDebugAdapterTrackerFactory(_debugType: string, _provider: DebugAdapterTrackerFactory): Disposable {
throw new Error('Method not implemented.');
Copy link

@rchiodo rchiodo Jul 31, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error [](start = 18, length = 5)

I think if you implemented this, we could have a functional test for this stuff. #Resolved

Copy link

@rchiodo rchiodo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@IanMatthewHuff IanMatthewHuff merged commit de7a909 into microsoft:master Jul 31, 2019
@IanMatthewHuff IanMatthewHuff deleted the dev/ianhu/debugModeCodeLenses branch July 31, 2019 23:27
IanMatthewHuff added a commit to IanMatthewHuff/vscode-python that referenced this pull request Jul 31, 2019
IanMatthewHuff added a commit that referenced this pull request Aug 1, 2019
DonJayamanne added a commit that referenced this pull request Aug 6, 2019
* release:
  Exclude .env file from extension (#6872)
  August Release (#6868)
  Cherry-pick miniconda fix into rc
  Debug Mode Code lenses (#6792)
  Make dataviewers open faster (#6795)
DonJayamanne added a commit that referenced this pull request Aug 7, 2019
* Make dataviewers open faster (#6795)

* Fix experiments hash parsing  (#6492)

* Simplify & fix crypto.createHash
* Add tests
* Fix python test in news folder (#6398)
* Fix broken python tests in news
* Revert changes

* Release cherry pick (#6515)

* Enable experiment for always displaying the test explorer (#6330)

* Add logging

* Point release - Updated package.json and CHANGELOG (#6516)

* Cherry pick change from master

* Fix npm audit

* Make dataviewers open faster

* Fix package-lock.json

* Debug Mode Code lenses (#6792)

* Cherry-pick miniconda fix into rc

* August Release (#6868)

* Exclude .env file from extension (#6872)

* Update from master

* Update package lock
@lock lock bot locked as resolved and limited conversation to collaborators Aug 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants