diff --git a/README.md b/README.md index c723736..6baa506 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,12 @@ Watch EcoOptimizers in action: EcoOptimizers is open-source! Help improve the extension by contributing to our GitHub repository: [GitHub Repository](https://github.com/ssm-lab/capstone--source-code-optimizer) +## Additional Info + +It's natural to be curious. + +Check out our [wiki](https://github.com/ssm-lab/capstone--sco-vs-code-plugin/wiki) for more detailed documentation and guides. + --- -🚀 Start writing cleaner, more efficient Python code today with EcoOptimizers! \ No newline at end of file +🚀 Start writing cleaner, more efficient Python code today with EcoOptimizers! diff --git a/package.json b/package.json index 124eddb..ab94939 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "type": "git", "url": "https://github.com/ssm-lab/capstone--sco-vs-code-plugin" }, - "version": "0.2.3", + "version": "0.2.4", "engines": { "vscode": "^1.92.0" }, @@ -175,12 +175,12 @@ }, { "view": "ecooptimizer.smellsView", - "contents": "No code smells detected yet. Configure your workspace to start analysis.\n\n[Configure Workspace](command:ecooptimizer.configureWorkspace)\n\n[Read the docs](https://code.visualstudio.com/api) to learn how to use Eco-Optimizer.", + "contents": "No code smells detected yet. Configure your workspace to start analysis.\n\n[Configure Workspace](command:ecooptimizer.configureWorkspace)\n\n[Read the docs](https://github.com/ssm-lab/capstone--sco-vs-code-plugin/wiki) to learn how to use Eco-Optimizer.", "when": "!workspaceState.workspaceConfigured" }, { "view": "ecooptimizer.metricsView", - "contents": "No energy savings to declare. Configure your workspace to start saving energy!\n\n[Configure Workspace](command:ecooptimizer.configureWorkspace)\n\n[Read the docs](https://code.visualstudio.com/api) to learn how to use Eco-Optimizer.", + "contents": "No energy savings to declare. Configure your workspace to start saving energy!\n\n[Configure Workspace](command:ecooptimizer.configureWorkspace)\n\n[Read the docs](https://github.com/ssm-lab/capstone--sco-vs-code-plugin/wiki) to learn how to use Eco-Optimizer.", "when": "!workspaceState.workspaceConfigured" } ],