Skip to content

Commit 231151e

Browse files
Copilotpierceboggan
andcommitted
Apply code formatting to user-info-sample
Co-authored-by: pierceboggan <1091304+pierceboggan@users.noreply.github.com>
1 parent 9bfd023 commit 231151e

File tree

4 files changed

+11
-25
lines changed

4 files changed

+11
-25
lines changed

node_modules/.package-lock.json

Lines changed: 9 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

user-info-minimal-sample/extension.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ function deactivate() {}
4545
module.exports = {
4646
activate,
4747
deactivate
48-
}
48+
};

user-info-sample/src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export function activate(context: vscode.ExtensionContext) {
1717
const activeFile = activeEditor?.document.fileName || 'No file opened';
1818
const userName = os.userInfo().username;
1919
const platform = os.platform();
20-
20+
2121
// Create information message
2222
const info = [
2323
`Username: ${userName}`,

0 commit comments

Comments
 (0)