We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad95b0a commit 3258d1dCopy full SHA for 3258d1d
.theia/settings.json
@@ -0,0 +1,8 @@
1
+{
2
+ "php.suggest.basic": false,
3
+ "java.errors.incompleteClasspath.severity": "ignore",
4
+ "security.workspace.trust.enabled": true,
5
+ "security.workspace.trust.startupPrompt": "never",
6
+ "security.workspace.trust.untrustedFiles": "open",
7
+ "liveServer.settings.donotShowInfoMsg": false,
8
+}
README.md
@@ -13,4 +13,4 @@ Output
13
simple interest = p*t*r
14
```
15
16
-_© 2022 XYZ, Inc._
+_© 2023 XYZ, Inc._
0 commit comments