Skip to content

Commit

Permalink
chore: sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
CristiCanizales committed Jan 7, 2025
1 parent 445a686 commit ebf175d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
*/
import { notificationService, workspaceUtils } from '@salesforce/salesforcedx-utils-vscode';
import { RegistryAccess } from '@salesforce/source-deploy-retrieve-bundle';
import { JsonMap } from '@salesforce/ts-types';
import * as fs from 'fs';
import * as path from 'path';
import { URL } from 'url';
import * as vscode from 'vscode';
import { RegistryAccess } from '@salesforce/source-deploy-retrieve-bundle';
import { create } from 'xmlbuilder2';
import { parse, stringify } from 'yaml';
import { workspaceContext } from '../context';
Expand Down

0 comments on commit ebf175d

Please sign in to comment.