Skip to content

Commit 0ff37c7

Browse files
Merge branch 'sap-tutorials:master' into master
2 parents 07da390 + bb9db21 commit 0ff37c7

7,155 files changed

Lines changed: 16193 additions & 63923 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ Thumbs.db
4545

4646
# validation files #
4747
######################
48-
rules.vr
49-
5048
# VSCode specific files
49+
*.vr
5150
*.code-workspace

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"SAP HANA Database Explorer.displaySapWebAnalyticsStartupNotification": false,
3-
"SAP HANA Database Artifacts.displaySapWebAnalyticsStartupNotification": false
3+
"SAP HANA Database Artifacts.displaySapWebAnalyticsStartupNotification": false,
4+
"SAP HANA SQLScript LSP.URL": "https://hana-cockpit.cfapps.us10.hana.ondemand.com"
45
}

MaddiesTutorials.code-workspace

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"folders": [
3+
{
4+
"path": "."
5+
},
6+
{
7+
"path": "../Tutorials-Contribution"
8+
}
9+
],
10+
"settings": {
11+
"githubPullRequests.ignoredPullRequestBranches": [
12+
"master"
13+
]
14+
}
15+
}

lpentitlement.png

101 KB
Loading

tutorials/.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"SAP HANA Database Explorer.displaySapWebAnalyticsStartupNotification": false
3+
}

0 commit comments

Comments
 (0)