Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1ESPT Schema Rollout #543

Merged
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
35b7ec9
1ESPT Schema Rollout
priyatejankar Aug 25, 2023
e9f62f0
minor updates
priyatejankar Aug 25, 2023
f84dc1f
address feedback comments
priyatejankar Aug 25, 2023
c0f6147
comment
priyatejankar Aug 25, 2023
a0cf006
fix
priyatejankar Aug 25, 2023
0ba9870
addressed PR comments
priyatejankar Aug 29, 2023
ee0cec1
added comment
priyatejankar Aug 29, 2023
38dbf3d
PR comments
priyatejankar Aug 30, 2023
4d1235f
lastUpdated1ESPTSchema converted to map
priyatejankar Aug 30, 2023
4515b18
disable 1ESPTSchema in workspace when signed out
priyatejankar Aug 30, 2023
2128f3c
add activation event lang to yaml
priyatejankar Aug 30, 2023
2a0ed10
read and update workspace 1ESPTSchemaFile Setting
priyatejankar Aug 30, 2023
781e67d
Update src/schema-association-service-1espt.ts
priyatejankar Aug 31, 2023
1b08f36
simplified logic
priyatejankar Aug 31, 2023
c65b851
Merge branch 'dev/ptejankar/rollout1esptSchema' of https://github.com…
priyatejankar Aug 31, 2023
d49b756
remove activation on yaml
priyatejankar Aug 31, 2023
134f1cd
Update schema-association-service.ts
priyatejankar Aug 31, 2023
ce06fb6
minor update
priyatejankar Aug 31, 2023
d790654
pr comments
priyatejankar Sep 5, 2023
4c80765
logic if 1espt repo not found
priyatejankar Sep 5, 2023
caa1565
PR comments
priyatejankar Sep 12, 2023
4f4fd10
minor update
priyatejankar Sep 12, 2023
7f7cbb1
add Don't Ask Again option in popup
priyatejankar Sep 13, 2023
ccc8c43
Update src/messages.ts
priyatejankar Sep 13, 2023
2ab0279
Update src/schema-association-service-1espt.ts
priyatejankar Sep 13, 2023
e05ef54
change repoId1espt to let
priyatejankar Sep 13, 2023
60dff21
Explain the caching
winstliu Sep 13, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
change repoId1espt to let
  • Loading branch information
priyatejankar committed Sep 13, 2023
commit e05ef5431ab20eeac1b516958966ca31a918f8d2
2 changes: 1 addition & 1 deletion src/schema-association-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const seenOrganizations = new Set<string>();
const seen1ESPTOrganizations = new Set<string>();
const lastUpdated1ESPTSchema = new Map<string, Date>();

var repoId1espt = undefined;
let repoId1espt = undefined;

export async function locateSchemaFile(
context: vscode.ExtensionContext,
Expand Down