* Remove Azure Accounts dependency & delete configure flow
* Don't bring in a new package for one API call
* Only run MSA logic on MSAs
* Account for the non-MSAL case
* Further remove references to Configure Pipeline
* Remove leftover comment
* Use modern versions of vsce
* Bump compilation target
VS Code 1.82/Node 18 supports all the way up to ES2022.
* Also remove uuid dependency
* Switch to @vscode/test-cli
* Provide a fast path for the single org scenario
And use clearSessionPreference when the wrong account is used
* Remove unused telemetry keys
* Add user agent info
* Add Extension Test Runner as a recommended extension
* Retrieve remote schema from ADO
* Activate azure-account before accessing its api
* Prompt to sign in
* Don't attempt to cache the schema
* Use fallback schema until logged in to Azure
* Refactor schema loading into its own function
* Wordsmithing
* Move messages up to the root level
* Gracefully handle auto-detection failures
* Update README to reflect auto-detection
* Change config root to azure-pipelines
This prevents it from being confused with [azure-pipelines],
which is the config root for language settings.
* Add extension target to commands
* Don't allow customSchemaFile to be synced
* Switch customSchemaFile to just string
* Update to use new language server path
* Specify the correct out files when attaching
* Add a debug config to launch & attach
* Add debug instructions to the README
* Use workspaceFolder, not deprecated workspaceRoot
* Take azure-pipelines-language-server@0.6.0
* Adding telemetry in case of invalid azure repo url
* added troubleshooting steps
* linked to gif
* review comments
* added telemetry to check for .git folder in root
* correcting vso url formed incase of ssh based git
* merge master from main repo (#17)
* Bump version
* Bump version
* WS-2019-0032
* changelog
* CVE-2019-10744
* 1. Removed fixed as the vulnerability was not yet shipped (#18)
* 1. Removed fixed as the vulnerability was not yet shipped
2. Changed added message
* updated the change log message
* Update package.json to remove vulnerable package lodash.template. (#16)
* modified comments in yaml files (#19)
* Users/hiyada/bugbashfixes (#42)
* Fixed null reference to header of UrlBased request object.
* Fixed templates packaging structure for cross plat.
* Fixed handling ssh git url's for GitHub and Azure Repos
* Added loop and error message for commit and push pipeline
* Changed select folder dialog box button label and telemetry for workspace.
* fixing 'toLowerCase' error message
* resolved comments
* Bugbash bug fixes (#43)
* bugbash bug fixes
* undo changes in commonHelper
* Support for working directory (#46)
* BugFixes (#45)
* Handled remoteUrl with trailing /
Set timeout for SPN creation
* escaped the '.' in regex for node app matching
* resolved comments
* removed not required parameter
* removed duplicate
* handled trailing slash for all remote url's in common class
* Logging error messages to azure-pipelines output channel and debug console log
* changed ssh based url to https url for repo
* removing console.log
* reducing the number of retries to 20 from 100
* Validate github PAT is not empty (#48)
* Remove unnecessary links in messages (#49)
* Remove unnecessary links in messages
* review comments
* Updated README.MD and added image resource (#50)
* Updated README.MD and added image resource
* resolved comments
* fix some wording (#53)