Edgard Lorraine Messias

Results 122 comments of Edgard Lorraine Messias

API Proposed in VSCode 1.25: https://code.visualstudio.com/updates/v1_25#_local-rename-events

I thought the same thing

My suggestion: * For external changes, add 200ms threshold * For internal changes: wait for `this.onDidRunOperation`, like `whenIdleAndFocused` in `repository.ts`

I am working on patch for current or selected files.

About `original-fs`: https://www.electronjs.org/docs/tutorial/application-packaging#treating-an-asar-archive-as-a-normal-file. The `original-fs` npm package it is a single command: ```ts export default require('fs'); ```

See https://docs.microsoft.com/sql/azure-data-studio/tutorial-create-extension Maybe we need add `"sqlops": "*"` in `engine` key: https://github.com/kevcunnane/ssmskeymap/blob/master/package.json#L9

Installing from "VSIX" is working fine

To publish to marktplace: https://docs.microsoft.com/pt-br/sql/azure-data-studio/tutorial-create-extension?view=sql-server-2017#publish-your-extension-to-the-marketplace Need a pull request to https://github.com/Microsoft/azuredatastudio/blob/release/extensions/extensionsGallery.json on each release

@JohnstonCode , to next releases, add in the release notes the supported version of VSCode

Not good, I think we need improve the idea of check repository owner of file, maybe we can use a map with full file path.