{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":182878460,"defaultBranch":"main","name":"smithy-vscode","ownerLogin":"smithy-lang","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2019-04-22T22:37:49.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/133827778?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1726674511.0","currentOid":""},"activityList":{"items":[{"before":"11477805f83c38e68636d9c5d93a6a891c11fd5b","after":"28481ca16d2fd8e774ad24754dfc70db8c38bf71","ref":"refs/heads/main","pushedAt":"2024-09-17T19:15:49.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"milesziemer","name":"Miles Ziemer","path":"/milesziemer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45497130?s=80&v=4"},"commit":{"message":"Bump version to 0.6.1 (#94)\n\nUses smithy-language-server 0.4.1","shortMessageHtmlLink":"Bump version to 0.6.1 (#94)"}},{"before":"7c695fb081d67195e0cb896cca2e3cca00bd6acf","after":"11477805f83c38e68636d9c5d93a6a891c11fd5b","ref":"refs/heads/main","pushedAt":"2024-09-11T20:09:10.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sugmanue","name":"Manuel Sugawara","path":"/sugmanue","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/108146565?s=80&v=4"},"commit":{"message":"Ran npm audit fix to update path-to-regexp version (#93)","shortMessageHtmlLink":"Ran npm audit fix to update path-to-regexp version (#93)"}},{"before":"ade918ea40bda48fbaae53552c2f578c45f6dda4","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/webpack-5.94.0","pushedAt":"2024-09-09T20:38:39.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"d5d5d2fed1a52309d0048fc662c9b8eb597af684","after":"7c695fb081d67195e0cb896cca2e3cca00bd6acf","ref":"refs/heads/main","pushedAt":"2024-09-09T20:38:31.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"milesziemer","name":"Miles Ziemer","path":"/milesziemer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45497130?s=80&v=4"},"commit":{"message":"Bump webpack from 5.89.0 to 5.94.0 (#91)\n\nBumps [webpack](https://github.com/webpack/webpack) from 5.89.0 to 5.94.0.\r\n- [Release notes](https://github.com/webpack/webpack/releases)\r\n- [Commits](https://github.com/webpack/webpack/compare/v5.89.0...v5.94.0)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: webpack\r\n dependency-type: direct:development\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump webpack from 5.89.0 to 5.94.0 (#91)"}},{"before":null,"after":"ade918ea40bda48fbaae53552c2f578c45f6dda4","ref":"refs/heads/dependabot/npm_and_yarn/webpack-5.94.0","pushedAt":"2024-08-30T23:18:22.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump webpack from 5.89.0 to 5.94.0\n\nBumps [webpack](https://github.com/webpack/webpack) from 5.89.0 to 5.94.0.\n- [Release notes](https://github.com/webpack/webpack/releases)\n- [Commits](https://github.com/webpack/webpack/compare/v5.89.0...v5.94.0)\n\n---\nupdated-dependencies:\n- dependency-name: webpack\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump webpack from 5.89.0 to 5.94.0"}},{"before":"b381d23e2f199c751ded331c74beb7392af69b5e","after":"d5d5d2fed1a52309d0048fc662c9b8eb597af684","ref":"refs/heads/main","pushedAt":"2024-08-02T15:19:40.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"milesziemer","name":"Miles Ziemer","path":"/milesziemer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45497130?s=80&v=4"},"commit":{"message":"Bump to 0.6.0 (#90)","shortMessageHtmlLink":"Bump to 0.6.0 (#90)"}},{"before":"cece6328f2cd91869c0c8b1b0269411a54cb1ae5","after":"b381d23e2f199c751ded331c74beb7392af69b5e","ref":"refs/heads/main","pushedAt":"2024-08-01T21:26:43.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"milesziemer","name":"Miles Ziemer","path":"/milesziemer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45497130?s=80&v=4"},"commit":{"message":"Upgrade language server version (#89)\n\n* Upgrade language server version\r\n\r\nTo go along with the changes in the language server 0.4.0:\r\nhttps://github.com/smithy-lang/smithy-language-server/blob/main/CHANGELOG.md#040-2024-07-30,\r\nthis commit also:\r\n- updates coursier to use java 21 to run the server\r\n- adds config options diagnostics.minimumSeverity, onlyReloadOnSave\r\n- removes config option for logToFile\r\n\r\n* Fix tests relying on .smithy.lsp.log\r\n\r\nMost of the test suites read the old .smithy.lsp.log file that the\r\nlanguage server could be configured to write out. Since that was\r\nremoved, we need a different way to do test assertions. I tried to\r\nsee if we could look at the trace of messages between server <->\r\nvscode client, but wasn't able to find a way. So I simplified the\r\nassertions for these test suites, which should be ok because we\r\nprobably don't want to rely on logs anyways for testing, and more\r\nrobust testing is done on the server side (our extension doesn't\r\nhave that much functionality to test).\r\n\r\nI also had to add `sources` to each of the smithy-build.json files\r\nused for tests, so the language server could properly load those\r\ntest projects.\r\n\r\n* Make couriser download jdk 21\r\n\r\nBy default, couriser will use AdoptOpenJDK 8 to run the server, so we\r\nneeded to tell it to use jdk 21. Coursier will download the JDK if\r\nnecessary. It uses an index to figure out where to download it from:\r\nhttps://get-coursier.io/docs/2.0.6/cli-java#jvm-index. The version of\r\ncoursier we are using in the extension has an old version of the index,\r\nso we needed to provide an updated index for coursier to pull from.\r\nAlso, we needed to tell coursier specifically which jdk to use (not just\r\n21), because by default it tries to use AdoptOpenJDK, when there's no\r\nAdoptOpenJDK 21 (it is under the name Adoptium) now.\r\n\r\nThis is a temporary solution, meant to avoid downloading a second version\r\nof coursier which had an updated index and could properly find the right\r\njdk to download. In the future, we will ship the language server as a\r\nstandalone executable, and can remove coursier altogether.\r\n\r\nI also updated the tests to stop using timeouts, so we don't have to worry\r\nabout an inconsistent download time in CI.","shortMessageHtmlLink":"Upgrade language server version (#89)"}},{"before":"de27a8f7f35a39c5d971bdfb96ebd222e697e986","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/braces-3.0.3","pushedAt":"2024-06-20T16:06:53.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"d108f816179553581fd1cab6410c218cb6e83e40","after":"cece6328f2cd91869c0c8b1b0269411a54cb1ae5","ref":"refs/heads/main","pushedAt":"2024-06-20T16:06:45.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"milesziemer","name":"Miles Ziemer","path":"/milesziemer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45497130?s=80&v=4"},"commit":{"message":"Bump braces from 3.0.2 to 3.0.3 (#88)\n\nBumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.\r\n- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)\r\n- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: braces\r\n dependency-type: indirect\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump braces from 3.0.2 to 3.0.3 (#88)"}},{"before":"21649f4fb0d5d29f3f4dee07519ccc20c5902dcd","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/follow-redirects-1.15.6","pushedAt":"2024-06-20T16:06:30.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"66551d1493bc9eeb53e26e6cd2c07177fceacd09","after":"d108f816179553581fd1cab6410c218cb6e83e40","ref":"refs/heads/main","pushedAt":"2024-06-20T16:06:23.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"milesziemer","name":"Miles Ziemer","path":"/milesziemer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45497130?s=80&v=4"},"commit":{"message":"Bump follow-redirects from 1.15.3 to 1.15.6 (#86)\n\nBumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.3 to 1.15.6.\r\n- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)\r\n- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.3...v1.15.6)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: follow-redirects\r\n dependency-type: direct:production\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump follow-redirects from 1.15.3 to 1.15.6 (#86)"}},{"before":null,"after":"de27a8f7f35a39c5d971bdfb96ebd222e697e986","ref":"refs/heads/dependabot/npm_and_yarn/braces-3.0.3","pushedAt":"2024-06-20T16:01:17.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump braces from 3.0.2 to 3.0.3\n\nBumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.\n- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3)\n\n---\nupdated-dependencies:\n- dependency-name: braces\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump braces from 3.0.2 to 3.0.3"}},{"before":"990b76825507c0f1962f4c6bd50134f4ee82b68b","after":"21649f4fb0d5d29f3f4dee07519ccc20c5902dcd","ref":"refs/heads/dependabot/npm_and_yarn/follow-redirects-1.15.6","pushedAt":"2024-06-20T16:01:14.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump follow-redirects from 1.15.3 to 1.15.6\n\nBumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.3 to 1.15.6.\n- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)\n- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.3...v1.15.6)\n\n---\nupdated-dependencies:\n- dependency-name: follow-redirects\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump follow-redirects from 1.15.3 to 1.15.6"}},{"before":"43b3416a4ddedb57c3992b831bed6346e974d7d3","after":"66551d1493bc9eeb53e26e6cd2c07177fceacd09","ref":"refs/heads/main","pushedAt":"2024-06-20T16:00:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"milesziemer","name":"Miles Ziemer","path":"/milesziemer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45497130?s=80&v=4"},"commit":{"message":"Fix failing tests, running tests on Mac (#87)\n\nsuite3 was failing because it relied on what the server wrote to\r\n.smithy.lsp.log, which has to be enabled through the setting\r\n'smithyLsp.logToFile'.\r\n\r\nsuite4 test workspace had updated smithy trait package dependency\r\nversions, but the assertions weren't updated to match. Side note:\r\nI think its fine to keep these tests at smithy 1.40, since the\r\nextension/server should work fine with whatever smithy version.\r\nAlso needed the same setting as suite3.\r\n\r\nAlso had to update a dependency so tests could successfully run on\r\nMac.","shortMessageHtmlLink":"Fix failing tests, running tests on Mac (#87)"}},{"before":"0884638b91073c7f26669995b562bcad7360cbcf","after":"990b76825507c0f1962f4c6bd50134f4ee82b68b","ref":"refs/heads/dependabot/npm_and_yarn/follow-redirects-1.15.6","pushedAt":"2024-06-20T10:22:39.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump follow-redirects from 1.15.3 to 1.15.6\n\nBumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.3 to 1.15.6.\n- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)\n- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.3...v1.15.6)\n\n---\nupdated-dependencies:\n- dependency-name: follow-redirects\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump follow-redirects from 1.15.3 to 1.15.6"}},{"before":"d42032a2c2dab0447a48f9dfc62fb8d997aa5ce0","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/follow-redirects-1.15.4","pushedAt":"2024-03-16T20:02:51.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"0884638b91073c7f26669995b562bcad7360cbcf","ref":"refs/heads/dependabot/npm_and_yarn/follow-redirects-1.15.6","pushedAt":"2024-03-16T20:02:47.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump follow-redirects from 1.15.3 to 1.15.6\n\nBumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.3 to 1.15.6.\n- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)\n- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.3...v1.15.6)\n\n---\nupdated-dependencies:\n- dependency-name: follow-redirects\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump follow-redirects from 1.15.3 to 1.15.6"}},{"before":null,"after":"d42032a2c2dab0447a48f9dfc62fb8d997aa5ce0","ref":"refs/heads/dependabot/npm_and_yarn/follow-redirects-1.15.4","pushedAt":"2024-01-11T03:55:01.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump follow-redirects from 1.15.3 to 1.15.4\n\nBumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.3 to 1.15.4.\n- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)\n- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.3...v1.15.4)\n\n---\nupdated-dependencies:\n- dependency-name: follow-redirects\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump follow-redirects from 1.15.3 to 1.15.4"}},{"before":"4c37661f0e58f89aa2798d66af640523a3d47d3a","after":"43b3416a4ddedb57c3992b831bed6346e974d7d3","ref":"refs/heads/main","pushedAt":"2023-11-09T16:02:28.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"srchase","name":"Chase Coalwell","path":"/srchase","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/782571?s=80&v=4"},"commit":{"message":"Bump verstion to 0.5.4 (#84)","shortMessageHtmlLink":"Bump verstion to 0.5.4 (#84)"}},{"before":"30e140e5536eca78c865702ebede7e50dabfcdb1","after":"4c37661f0e58f89aa2798d66af640523a3d47d3a","ref":"refs/heads/main","pushedAt":"2023-11-09T15:26:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"srchase","name":"Chase Coalwell","path":"/srchase","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/782571?s=80&v=4"},"commit":{"message":"Upgrade to Smithy Language Server 0.2.4 (#83)","shortMessageHtmlLink":"Upgrade to Smithy Language Server 0.2.4 (#83)"}},{"before":"cefce0f468ae4b78faa9b09b1e63dcd321e1387a","after":"30e140e5536eca78c865702ebede7e50dabfcdb1","ref":"refs/heads/main","pushedAt":"2023-09-22T15:53:02.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"srchase","name":"Chase Coalwell","path":"/srchase","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/782571?s=80&v=4"},"commit":{"message":"Add config option for logging to file (#82)","shortMessageHtmlLink":"Add config option for logging to file (#82)"}},{"before":"f205110486d3bac531b0d655992d96d3fd928401","after":"cefce0f468ae4b78faa9b09b1e63dcd321e1387a","ref":"refs/heads/main","pushedAt":"2023-09-21T16:16:44.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"srchase","name":"Chase Coalwell","path":"/srchase","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/782571?s=80&v=4"},"commit":{"message":"Fix language server URL (#81)","shortMessageHtmlLink":"Fix language server URL (#81)"}},{"before":"e7e0bfa0dcdf060b829b1bcef4483bc250eed447","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/semver-5.7.2","pushedAt":"2023-07-14T10:50:13.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"6bad3a7f050005abda18d4348510a2170bf0f8d3","after":"f205110486d3bac531b0d655992d96d3fd928401","ref":"refs/heads/main","pushedAt":"2023-07-14T10:50:05.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"milesziemer","name":"Miles Ziemer","path":"/milesziemer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45497130?s=80&v=4"},"commit":{"message":"Bump semver from 5.7.1 to 5.7.2 (#79)\n\nBumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.\r\n- [Release notes](https://github.com/npm/node-semver/releases)\r\n- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)\r\n- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: semver\r\n dependency-type: indirect\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump semver from 5.7.1 to 5.7.2 (#79)"}},{"before":null,"after":"e7e0bfa0dcdf060b829b1bcef4483bc250eed447","ref":"refs/heads/dependabot/npm_and_yarn/semver-5.7.2","pushedAt":"2023-07-14T10:02:05.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump semver from 5.7.1 to 5.7.2\n\nBumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.\n- [Release notes](https://github.com/npm/node-semver/releases)\n- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)\n- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2)\n\n---\nupdated-dependencies:\n- dependency-name: semver\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump semver from 5.7.1 to 5.7.2"}},{"before":"3b1028c86b2adb4669919ee409b639e09bd25f82","after":"6bad3a7f050005abda18d4348510a2170bf0f8d3","ref":"refs/heads/main","pushedAt":"2023-06-20T17:53:41.465Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"milesziemer","name":"Miles Ziemer","path":"/milesziemer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45497130?s=80&v=4"},"commit":{"message":"Add smithy-build.json json schema (#76)\n\nAdds a schema definition file for smithy-build.json. VSCode's\r\nbuiltin JSON language server uses the schema definition to provide\r\ncompletions, hover contents, and validation for smithy-build.json.\r\n\r\nThe descriptions of properties were taken from the smithy site:\r\nhttps://smithy.io/2.0/guides/building-models/build-config.html#","shortMessageHtmlLink":"Add smithy-build.json json schema (#76)"}},{"before":"5062f5c7a2b403ec5612c3cc0dc069fd402b0c9a","after":"3b1028c86b2adb4669919ee409b639e09bd25f82","ref":"refs/heads/main","pushedAt":"2023-06-08T17:20:07.344Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"srchase","name":"Chase Coalwell","path":"/srchase","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/782571?s=80&v=4"},"commit":{"message":"Explicitly set Main class (#78)","shortMessageHtmlLink":"Explicitly set Main class (#78)"}},{"before":"8047a997699ba39dfd79f50e67f9ee25c6b7024a","after":"5062f5c7a2b403ec5612c3cc0dc069fd402b0c9a","ref":"refs/heads/main","pushedAt":"2023-06-08T16:57:14.991Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"milesziemer","name":"Miles Ziemer","path":"/milesziemer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45497130?s=80&v=4"},"commit":{"message":"Update links from awslabs -> smithy-lang (#77)","shortMessageHtmlLink":"Update links from awslabs -> smithy-lang (#77)"}},{"before":"2d7c91635dd0635ccb5457b7a427af37b3264b27","after":"8047a997699ba39dfd79f50e67f9ee25c6b7024a","ref":"refs/heads/main","pushedAt":"2023-05-17T18:30:58.504Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"milesziemer","name":"Miles Ziemer","path":"/milesziemer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45497130?s=80&v=4"},"commit":{"message":"Update grammar for apply stmt (#75)\n\nThis PR makes highlighting work for apply statements with fully\r\nqualified shape ids.","shortMessageHtmlLink":"Update grammar for apply stmt (#75)"}},{"before":"243773b9317c91e549d514c541b8eb1c61f78d64","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/xml2js-and-vscode/vsce-and-vscode-nls-dev-0.5.0","pushedAt":"2023-05-01T18:59:11.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xN1QxOToxNTo0OS4wMDAwMDBazwAAAAS454UU","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xN1QxOToxNTo0OS4wMDAwMDBazwAAAAS454UU","endCursor":"Y3Vyc29yOnYyOpK7MjAyMy0wNS0wMVQxODo1OToxMS4wMDAwMDBazwAAAAMj06fb"}},"title":"Activity ยท smithy-lang/smithy-vscode"}