Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit e931203
Author: Pho Hale <[email protected]>
Date:   Mon Sep 9 14:55:18 2024 -0400

    more cleanup

commit 6f0a8bd
Author: Pho Hale <[email protected]>
Date:   Fri Sep 6 21:27:35 2024 -0400

    looks like the "notebookCellExecutionState" proposal was never needed, still need to test

commit 1a73e91
Author: Pho Hale <[email protected]>
Date:   Fri Sep 6 20:28:33 2024 -0400

    fixed missing updates to determine the number of selected cells

commit 155876c
Author: Pho Hale <[email protected]>
Date:   Fri Sep 6 10:08:07 2024 -0400

    working multi-cell selection

commit 955935b
Author: Pho Hale <[email protected]>
Date:   Fri Sep 6 10:05:13 2024 -0400

    remove debug loggin

commit ad35eab
Author: Pho Hale <[email protected]>
Date:   Fri Sep 6 10:04:20 2024 -0400

    cleanup for pull request

commit 03779f6
Author: Pho Hale <[email protected]>
Date:   Fri Sep 6 10:03:09 2024 -0400

    working multi-selection

commit 8e42c29
Author: Pho Hale <[email protected]>
Date:   Fri Sep 6 09:49:05 2024 -0400

    added update context

commit 7ab7910
Author: Pho Hale <[email protected]>
Date:   Wed Sep 4 13:03:51 2024 -0400

    v2.0.0

commit fccad20
Author: Pho Hale <[email protected]>
Date:   Wed Sep 4 12:59:28 2024 -0400

    ignored built .vsix

commit bbc509c
Merge: d8200a8 396a0a8
Author: Don Jayamanne <[email protected]>
Date:   Wed Mar 20 00:46:59 2024 +0100

    Merge pull request microsoft#35 from microsoft/issue208137

    Sort cell metadata to avoid unnecessary scm diffs

commit 396a0a8
Author: Don Jayamanne <[email protected]>
Date:   Wed Mar 20 09:51:39 2024 +1100

    Sort cell metadata to avoid unnecessary scm diffs

commit d8200a8
Merge: e1d337e 635b28b
Author: Don Jayamanne <[email protected]>
Date:   Tue Mar 19 23:42:33 2024 +0100

    Merge pull request microsoft#34 from microsoft/updateToDropCustomMetadata

    Support dropping of custom from metadata

commit 635b28b
Author: Don Jayamanne <[email protected]>
Date:   Wed Mar 20 06:44:31 2024 +1100

    Support dropping of custom from metadata

commit e1d337e
Author: Ladislau Szomoru <[email protected]>
Date:   Mon Mar 18 09:43:13 2024 +0100

    Engineering - cleanup TSA pipeline template parameter (microsoft#32)
  • Loading branch information
CommanderPho committed Sep 9, 2024
1 parent 85332ef commit 7bcc856
Show file tree
Hide file tree
Showing 9 changed files with 1,103 additions and 1,166 deletions.
17 changes: 17 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# EditorConfig is awesome: http://EditorConfig.org

# top-most EditorConfig file
root = true

# Tab indentation
[*]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true

# The indent size used in the `package.json` file cannot be changed
# https://github.com/npm/npm/pull/3180#issuecomment-16336516
[{.travis.yml,npm-shrinkwrap.json,package.json}]
indent_style = space
indent_size = 4
6 changes: 1 addition & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -350,8 +350,4 @@ MigrationBackup/
.ionide/

out/
FM-{7662D23C-059D-49A6-8E51-3CD18465969A}.ico
desktop.ini
vscode-jupyter-cell-tags-0.1.8.vsix
vscode-jupyter-cell-tags-0.1.9.vsix
*.vsix
vscode-jupyter-cell-tags-*.vsix
7 changes: 7 additions & 0 deletions .prettierrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module.exports = {
singleQuote: true,
printWidth: 120,
tabWidth: 4,
endOfLine: 'auto',
trailingComma: 'none',
};
13 changes: 3 additions & 10 deletions azure-pipeline.stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,7 @@ extends:
displayName: Compile

tsa:
enabled: true
options:
codebaseName: 'devdiv_$(Build.Repository.Name)'
config:
areaPath: 'Visual Studio Code Jupyter Extensions'
serviceTreeID: '14f24efd-b502-422a-9f40-09ea7ce9cf14'
instanceUrl: 'https://devdiv.visualstudio.com/defaultcollection'
projectName: 'DevDiv'
areaPath: "DevDiv\\VS Code (compliance tracking only)\\Visual Studio Code Jupyter Extensions"
notificationAliases:
- '[email protected]'
- '[email protected]'
- '[email protected]'
enabled: true
Loading

0 comments on commit 7bcc856

Please sign in to comment.